CARVIEW |
Select Language
HTTP/2 200
date: Tue, 22 Jul 2025 23:15:36 GMT
content-type: text/html; charset=utf-8
vary: X-PJAX, X-PJAX-Container, Turbo-Visit, Turbo-Frame, X-Requested-With,Accept-Encoding, Accept, X-Requested-With
x-repository-download: git clone https://github.com/intel/neural-compressor.git
etag: W/"97cbf33ec28d654224cc105787faeedf"
cache-control: max-age=0, private, must-revalidate
strict-transport-security: max-age=31536000; includeSubdomains; preload
x-frame-options: deny
x-content-type-options: nosniff
x-xss-protection: 0
referrer-policy: no-referrer-when-downgrade
content-security-policy: default-src 'none'; base-uri 'self'; child-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/; connect-src 'self' uploads.github.com www.githubstatus.com collector.github.com raw.githubusercontent.com api.github.com github-cloud.s3.amazonaws.com github-production-repository-file-5c1aeb.s3.amazonaws.com github-production-upload-manifest-file-7fdce7.s3.amazonaws.com github-production-user-asset-6210df.s3.amazonaws.com *.rel.tunnels.api.visualstudio.com wss://*.rel.tunnels.api.visualstudio.com objects-origin.githubusercontent.com copilot-proxy.githubusercontent.com proxy.individual.githubcopilot.com proxy.business.githubcopilot.com proxy.enterprise.githubcopilot.com *.actions.githubusercontent.com wss://*.actions.githubusercontent.com productionresultssa0.blob.core.windows.net/ productionresultssa1.blob.core.windows.net/ productionresultssa2.blob.core.windows.net/ productionresultssa3.blob.core.windows.net/ productionresultssa4.blob.core.windows.net/ productionresultssa5.blob.core.windows.net/ productionresultssa6.blob.core.windows.net/ productionresultssa7.blob.core.windows.net/ productionresultssa8.blob.core.windows.net/ productionresultssa9.blob.core.windows.net/ productionresultssa10.blob.core.windows.net/ productionresultssa11.blob.core.windows.net/ productionresultssa12.blob.core.windows.net/ productionresultssa13.blob.core.windows.net/ productionresultssa14.blob.core.windows.net/ productionresultssa15.blob.core.windows.net/ productionresultssa16.blob.core.windows.net/ productionresultssa17.blob.core.windows.net/ productionresultssa18.blob.core.windows.net/ productionresultssa19.blob.core.windows.net/ github-production-repository-image-32fea6.s3.amazonaws.com github-production-release-asset-2e65be.s3.amazonaws.com insights.github.com wss://alive.github.com api.githubcopilot.com api.individual.githubcopilot.com api.business.githubcopilot.com api.enterprise.githubcopilot.com; font-src github.githubassets.com; form-action 'self' github.com gist.github.com copilot-workspace.githubnext.com objects-origin.githubusercontent.com; frame-ancestors 'none'; frame-src viewscreen.githubusercontent.com notebooks.githubusercontent.com; img-src 'self' data: blob: github.githubassets.com media.githubusercontent.com camo.githubusercontent.com identicons.github.com avatars.githubusercontent.com private-avatars.githubusercontent.com github-cloud.s3.amazonaws.com objects.githubusercontent.com release-assets.githubusercontent.com secured-user-images.githubusercontent.com/ user-images.githubusercontent.com/ private-user-images.githubusercontent.com opengraph.githubassets.com copilotprodattachments.blob.core.windows.net/github-production-copilot-attachments/ github-production-user-asset-6210df.s3.amazonaws.com customer-stories-feed.github.com spotlights-feed.github.com objects-origin.githubusercontent.com *.githubusercontent.com; manifest-src 'self'; media-src github.com user-images.githubusercontent.com/ secured-user-images.githubusercontent.com/ private-user-images.githubusercontent.com github-production-user-asset-6210df.s3.amazonaws.com gist.github.com; script-src github.githubassets.com; style-src 'unsafe-inline' github.githubassets.com; upgrade-insecure-requests; worker-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/
server: github.com
content-encoding: gzip
accept-ranges: bytes
set-cookie: _gh_sess=1NUKLjHHvTXjoajvetli9qtlfDvcy8FryOGTniJF5LWqs6fJX76Ul4DWy3dyDUj6xGcKu81ap7mzvj2nienvnwAi4PQ9OINB1TxRj3GF1GvXEbLidXI2sYCUN06dmIvAt0TlmbdjSM%2BPzlh7myjaMY9LDKJQvIuNoniBDH%2FZvo9T68mBQ9tNQAXXyWdfjDqVGrcwp0h3xBcT8Nop1xAQ2U%2B%2BP8sqe5VBsZQjO90KoymHeBQmv19dcADu%2FGatMQcDlqikecGREICRM%2F4QnyME4Q%3D%3D--VGYUd13QXiD%2F56KC--lahcuIv9vxC8ohTcoBQZyQ%3D%3D; Path=/; HttpOnly; Secure; SameSite=Lax
set-cookie: _octo=GH1.1.562734828.1753226135; Path=/; Domain=github.com; Expires=Wed, 22 Jul 2026 23:15:35 GMT; Secure; SameSite=Lax
set-cookie: logged_in=no; Path=/; Domain=github.com; Expires=Wed, 22 Jul 2026 23:15:35 GMT; HttpOnly; Secure; SameSite=Lax
x-github-request-id: A446:121670:1B893F:259C8D:68801B97
Fix ONNXRT calibration for Dml EP (#1526) · intel/neural-compressor@c58aeaa · GitHub
Copy file name to clipboardExpand all lines: neural_compressor/adaptor/onnxrt.py
Copy file name to clipboardExpand all lines: neural_compressor/adaptor/ox_utils/calibration.py
Copy file name to clipboardExpand all lines: test/adaptor/onnxrt_adaptor/test_onnxrt_augment.py
Skip to content
Navigation Menu
{{ message }}
-
Notifications
You must be signed in to change notification settings - Fork 277
Commit c58aeaa
File tree
Expand file treeCollapse file tree
3 files changed
+145
-47
lines changedFilter options
- neural_compressor/adaptor
- ox_utils
- test/adaptor/onnxrt_adaptor
Expand file treeCollapse file tree
3 files changed
+145
-47
lines changedneural_compressor/adaptor/onnxrt.py
Copy file name to clipboardExpand all lines: neural_compressor/adaptor/onnxrt.py+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
765 | 765 |
| |
766 | 766 |
| |
767 | 767 |
| |
768 |
| - | |
| 768 | + | |
769 | 769 |
| |
770 | 770 |
| |
771 | 771 |
| |
|
neural_compressor/adaptor/ox_utils/calibration.py
Copy file name to clipboardExpand all lines: neural_compressor/adaptor/ox_utils/calibration.py+128-36Lines changed: 128 additions & 36 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
105 | 105 |
| |
106 | 106 |
| |
107 | 107 |
| |
108 |
| - | |
| 108 | + | |
109 | 109 |
| |
110 | 110 |
| |
111 | 111 |
| |
| |||
118 | 118 |
| |
119 | 119 |
| |
120 | 120 |
| |
121 |
| - | |
| 121 | + | |
122 | 122 |
| |
123 | 123 |
| |
124 | 124 |
| |
| |||
138 | 138 |
| |
139 | 139 |
| |
140 | 140 |
| |
141 |
| - | |
| 141 | + | |
142 | 142 |
| |
143 | 143 |
| |
144 | 144 |
| |
145 | 145 |
| |
146 | 146 |
| |
147 | 147 |
| |
148 | 148 |
| |
149 |
| - | |
| 149 | + | |
150 | 150 |
| |
151 | 151 |
| |
152 | 152 |
| |
153 |
| - | |
154 | 153 |
| |
155 | 154 |
| |
156 | 155 |
| |
157 | 156 |
| |
158 | 157 |
| |
159 | 158 |
| |
160 | 159 |
| |
161 |
| - | |
162 |
| - | |
163 |
| - | |
164 |
| - | |
165 |
| - | |
166 |
| - | |
167 |
| - | |
168 |
| - | |
169 |
| - | |
170 |
| - | |
171 |
| - | |
172 |
| - | |
173 |
| - | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
174 | 165 |
| |
175 |
| - | |
176 |
| - | |
177 |
| - | |
| 166 | + | |
| 167 | + | |
178 | 168 |
| |
179 | 169 |
| |
180 | 170 |
| |
181 |
| - | |
| 171 | + | |
182 | 172 |
| |
183 | 173 |
| |
184 | 174 |
| |
185 | 175 |
| |
186 | 176 |
| |
187 |
| - | |
| 177 | + | |
188 | 178 |
| |
189 | 179 |
| |
190 | 180 |
| |
| |||
238 | 228 |
| |
239 | 229 |
| |
240 | 230 |
| |
241 |
| - | |
242 |
| - | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
243 | 240 |
| |
244 | 241 |
| |
| 242 | + | |
245 | 243 |
| |
246 | 244 |
| |
247 | 245 |
| |
| |||
280 | 278 |
| |
281 | 279 |
| |
282 | 280 |
| |
283 |
| - | |
| 281 | + | |
284 | 282 |
| |
285 | 283 |
| |
286 | 284 |
| |
| |||
294 | 292 |
| |
295 | 293 |
| |
296 | 294 |
| |
| 295 | + | |
297 | 296 |
| |
298 |
| - | |
299 | 297 |
| |
300 | 298 |
| |
301 | 299 |
| |
| |||
335 | 333 |
| |
336 | 334 |
| |
337 | 335 |
| |
338 |
| - | |
| 336 | + | |
| 337 | + | |
| 338 | + | |
339 | 339 |
| |
340 | 340 |
| |
341 | 341 |
| |
342 | 342 |
| |
343 | 343 |
| |
344 | 344 |
| |
345 |
| - | |
| 345 | + | |
346 | 346 |
| |
347 | 347 |
| |
348 | 348 |
| |
| |||
369 | 369 |
| |
370 | 370 |
| |
371 | 371 |
| |
372 |
| - | |
| 372 | + | |
373 | 373 |
| |
374 | 374 |
| |
375 | 375 |
| |
| 376 | + | |
376 | 377 |
| |
377 | 378 |
| |
| 379 | + | |
| 380 | + | |
| 381 | + | |
| 382 | + | |
| 383 | + | |
| 384 | + | |
| 385 | + | |
| 386 | + | |
| 387 | + | |
| 388 | + | |
| 389 | + | |
| 390 | + | |
| 391 | + | |
| 392 | + | |
| 393 | + | |
| 394 | + | |
| 395 | + | |
| 396 | + | |
| 397 | + | |
| 398 | + | |
| 399 | + | |
| 400 | + | |
| 401 | + | |
| 402 | + | |
| 403 | + | |
| 404 | + | |
| 405 | + | |
| 406 | + | |
| 407 | + | |
| 408 | + | |
| 409 | + | |
| 410 | + | |
| 411 | + | |
| 412 | + | |
| 413 | + | |
| 414 | + | |
| 415 | + | |
| 416 | + | |
| 417 | + | |
| 418 | + | |
| 419 | + | |
| 420 | + | |
| 421 | + | |
| 422 | + | |
| 423 | + | |
| 424 | + | |
| 425 | + | |
| 426 | + | |
| 427 | + | |
| 428 | + | |
| 429 | + | |
| 430 | + | |
| 431 | + | |
| 432 | + | |
| 433 | + | |
| 434 | + | |
| 435 | + | |
| 436 | + | |
| 437 | + | |
| 438 | + | |
| 439 | + | |
| 440 | + | |
| 441 | + | |
| 442 | + | |
| 443 | + | |
| 444 | + | |
| 445 | + | |
| 446 | + | |
| 447 | + | |
| 448 | + | |
| 449 | + | |
| 450 | + | |
| 451 | + | |
| 452 | + | |
| 453 | + | |
| 454 | + | |
| 455 | + | |
| 456 | + | |
| 457 | + | |
| 458 | + | |
| 459 | + | |
378 | 460 |
| |
379 | 461 |
| |
380 | 462 |
| |
| |||
472 | 554 |
| |
473 | 555 |
| |
474 | 556 |
| |
475 |
| - | |
| 557 | + | |
| 558 | + | |
| 559 | + | |
| 560 | + | |
| 561 | + | |
| 562 | + | |
476 | 563 |
| |
477 | 564 |
| |
478 | 565 |
| |
| |||
553 | 640 |
| |
554 | 641 |
| |
555 | 642 |
| |
556 |
| - | |
557 |
| - | |
| 643 | + | |
| 644 | + | |
| 645 | + | |
558 | 646 |
| |
559 | 647 |
| |
560 | 648 |
| |
561 | 649 |
| |
562 |
| - | |
563 |
| - | |
564 |
| - | |
| 650 | + | |
| 651 | + | |
| 652 | + | |
| 653 | + | |
| 654 | + | |
| 655 | + | |
| 656 | + | |
565 | 657 |
| |
566 | 658 |
| |
567 | 659 |
| |
|
test/adaptor/onnxrt_adaptor/test_onnxrt_augment.py
Copy file name to clipboardExpand all lines: test/adaptor/onnxrt_adaptor/test_onnxrt_augment.py+16-10Lines changed: 16 additions & 10 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
330 | 330 |
| |
331 | 331 |
| |
332 | 332 |
| |
333 |
| - | |
| 333 | + | |
334 | 334 |
| |
335 | 335 |
| |
336 | 336 |
| |
| |||
386 | 386 |
| |
387 | 387 |
| |
388 | 388 |
| |
389 |
| - | |
| 389 | + | |
390 | 390 |
| |
391 | 391 |
| |
392 | 392 |
| |
393 | 393 |
| |
394 |
| - | |
395 |
| - | |
| 394 | + | |
| 395 | + | |
396 | 396 |
| |
397 |
| - | |
| 397 | + | |
398 | 398 |
| |
399 | 399 |
| |
400 | 400 |
| |
| |||
470 | 470 |
| |
471 | 471 |
| |
472 | 472 |
| |
473 |
| - | |
| 473 | + | |
474 | 474 |
| |
475 | 475 |
| |
476 | 476 |
| |
477 | 477 |
| |
478 |
| - | |
479 |
| - | |
480 |
| - | |
481 |
| - | |
| 478 | + | |
| 479 | + | |
| 480 | + | |
| 481 | + | |
| 482 | + | |
| 483 | + | |
| 484 | + | |
| 485 | + | |
| 486 | + | |
| 487 | + | |
482 | 488 |
| |
483 | 489 |
| |
484 | 490 |
| |
|
You can’t perform that action at this time.
0 commit comments