Skip to content

Commit bcef530

Browse files
committed
Rebuild
1 parent 9b7b0f0 commit bcef530

193 files changed

Lines changed: 579 additions & 386 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

โ€Ždocs/advanced/ONNXLive.htmlโ€Ž

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -640,12 +640,13 @@ <h2>๊ฒฐ๋ก <a class="headerlink" href="#id3" title="Permalink to this headline">
640640
}
641641
</script>
642642

643-
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-71919972-3"></script>
643+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-E8MF0BRFZ6"></script>
644644
<script>
645645
window.dataLayer = window.dataLayer || [];
646646
function gtag(){dataLayer.push(arguments);}
647647
gtag('js', new Date());
648-
gtag('config', 'UA-71919972-3');
648+
gtag('config', 'G-E8MF0BRFZ6'); // GA4
649+
gtag('config', 'UA-71919972-3'); // UA
649650
</script>
650651

651652

โ€Ždocs/advanced/cpp_autograd.htmlโ€Ž

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -897,12 +897,13 @@ <h2>๊ฒฐ๋ก <a class="headerlink" href="#id25" title="Permalink to this headline">
897897
}
898898
</script>
899899

900-
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-71919972-3"></script>
900+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-E8MF0BRFZ6"></script>
901901
<script>
902902
window.dataLayer = window.dataLayer || [];
903903
function gtag(){dataLayer.push(arguments);}
904904
gtag('js', new Date());
905-
gtag('config', 'UA-71919972-3');
905+
gtag('config', 'G-E8MF0BRFZ6'); // GA4
906+
gtag('config', 'UA-71919972-3'); // UA
906907
</script>
907908

908909

โ€Ždocs/advanced/cpp_export.htmlโ€Ž

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -845,12 +845,13 @@ <h2>๋‹จ๊ณ„ 5. API ๋” ์•Œ์•„๋ณด๊ธฐ<a class="headerlink" href="#api" title="Perma
845845
}
846846
</script>
847847

848-
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-71919972-3"></script>
848+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-E8MF0BRFZ6"></script>
849849
<script>
850850
window.dataLayer = window.dataLayer || [];
851851
function gtag(){dataLayer.push(arguments);}
852852
gtag('js', new Date());
853-
gtag('config', 'UA-71919972-3');
853+
gtag('config', 'G-E8MF0BRFZ6'); // GA4
854+
gtag('config', 'UA-71919972-3'); // UA
854855
</script>
855856

856857

โ€Ždocs/advanced/cpp_extension.htmlโ€Ž

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1656,12 +1656,13 @@ <h2>Conclusion<a class="headerlink" href="#conclusion" title="Permalink to this
16561656
}
16571657
</script>
16581658

1659-
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-71919972-3"></script>
1659+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-E8MF0BRFZ6"></script>
16601660
<script>
16611661
window.dataLayer = window.dataLayer || [];
16621662
function gtag(){dataLayer.push(arguments);}
16631663
gtag('js', new Date());
1664-
gtag('config', 'UA-71919972-3');
1664+
gtag('config', 'G-E8MF0BRFZ6'); // GA4
1665+
gtag('config', 'UA-71919972-3'); // UA
16651666
</script>
16661667

16671668

โ€Ždocs/advanced/cpp_frontend.htmlโ€Ž

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1692,12 +1692,13 @@ <h2>๊ฒฐ๋ก <a class="headerlink" href="#id23" title="Permalink to this headline">
16921692
}
16931693
</script>
16941694

1695-
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-71919972-3"></script>
1695+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-E8MF0BRFZ6"></script>
16961696
<script>
16971697
window.dataLayer = window.dataLayer || [];
16981698
function gtag(){dataLayer.push(arguments);}
16991699
gtag('js', new Date());
1700-
gtag('config', 'UA-71919972-3');
1700+
gtag('config', 'G-E8MF0BRFZ6'); // GA4
1701+
gtag('config', 'UA-71919972-3'); // UA
17011702
</script>
17021703

17031704

โ€Ždocs/advanced/ddp_pipeline.htmlโ€Ž

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -999,12 +999,13 @@ <h2>Output<a class="headerlink" href="#output" title="Permalink to this headline
999999
}
10001000
</script>
10011001

1002-
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-71919972-3"></script>
1002+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-E8MF0BRFZ6"></script>
10031003
<script>
10041004
window.dataLayer = window.dataLayer || [];
10051005
function gtag(){dataLayer.push(arguments);}
10061006
gtag('js', new Date());
1007-
gtag('config', 'UA-71919972-3');
1007+
gtag('config', 'G-E8MF0BRFZ6'); // GA4
1008+
gtag('config', 'UA-71919972-3'); // UA
10081009
</script>
10091010

10101011

โ€Ždocs/advanced/dispatcher.htmlโ€Ž

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -916,12 +916,13 @@ <h3>Tracer<a class="headerlink" href="#tracer" title="Permalink to this headline
916916
}
917917
</script>
918918

919-
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-71919972-3"></script>
919+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-E8MF0BRFZ6"></script>
920920
<script>
921921
window.dataLayer = window.dataLayer || [];
922922
function gtag(){dataLayer.push(arguments);}
923923
gtag('js', new Date());
924-
gtag('config', 'UA-71919972-3');
924+
gtag('config', 'G-E8MF0BRFZ6'); // GA4
925+
gtag('config', 'UA-71919972-3'); // UA
925926
</script>
926927

927928

โ€Ždocs/advanced/dynamic_quantization_tutorial.htmlโ€Ž

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -892,12 +892,13 @@ <h2>๋งˆ์น˜๋ฉฐ<a class="headerlink" href="#id12" title="Permalink to this headlin
892892
}
893893
</script>
894894

895-
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-71919972-3"></script>
895+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-E8MF0BRFZ6"></script>
896896
<script>
897897
window.dataLayer = window.dataLayer || [];
898898
function gtag(){dataLayer.push(arguments);}
899899
gtag('js', new Date());
900-
gtag('config', 'UA-71919972-3');
900+
gtag('config', 'G-E8MF0BRFZ6'); // GA4
901+
gtag('config', 'UA-71919972-3'); // UA
901902
</script>
902903

903904

โ€Ždocs/advanced/extend_dispatcher.htmlโ€Ž

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -855,12 +855,13 @@ <h2>Stay in touch<a class="headerlink" href="#stay-in-touch" title="Permalink to
855855
}
856856
</script>
857857

858-
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-71919972-3"></script>
858+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-E8MF0BRFZ6"></script>
859859
<script>
860860
window.dataLayer = window.dataLayer || [];
861861
function gtag(){dataLayer.push(arguments);}
862862
gtag('js', new Date());
863-
gtag('config', 'UA-71919972-3');
863+
gtag('config', 'G-E8MF0BRFZ6'); // GA4
864+
gtag('config', 'UA-71919972-3'); // UA
864865
</script>
865866

866867

โ€Ždocs/advanced/generic_join.htmlโ€Ž

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -941,12 +941,13 @@ <h2>Making a Toy Class Work with <code class="docutils literal notranslate"><spa
941941
}
942942
</script>
943943

944-
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-71919972-3"></script>
944+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-E8MF0BRFZ6"></script>
945945
<script>
946946
window.dataLayer = window.dataLayer || [];
947947
function gtag(){dataLayer.push(arguments);}
948948
gtag('js', new Date());
949-
gtag('config', 'UA-71919972-3');
949+
gtag('config', 'G-E8MF0BRFZ6'); // GA4
950+
gtag('config', 'UA-71919972-3'); // UA
950951
</script>
951952

952953

0 commit comments

Comments
ย (0)