File tree 3 files changed +16
-1
lines changed 3 files changed +16
-1
lines changed Original file line number Diff line number Diff line change @@ -43,6 +43,7 @@ pages = [
43
43
],
44
44
" MLIR API" => " api/mlirc.md" ,
45
45
" XLA" => " api/xla.md" ,
46
+ " Internal API" => " api/internal.md" ,
46
47
],
47
48
]
48
49
Original file line number Diff line number Diff line change @@ -78,7 +78,8 @@ export default defineConfig({
78
78
{ text : "MLIR API" , link : "/api/mlirc" } ,
79
79
{ text : "XLA" , link : "/api/xla" } ,
80
80
] ,
81
- }
81
+ } ,
82
+ { text : "Internal API" , link : "/api/internal" } ,
82
83
] ,
83
84
} ,
84
85
{
@@ -132,6 +133,7 @@ export default defineConfig({
132
133
{ text : "XLA" , link : "/api/xla" } ,
133
134
] ,
134
135
} ,
136
+ { text : "Internal API" , link : "/api/internal" } ,
135
137
] ,
136
138
} ,
137
139
} ,
Original file line number Diff line number Diff line change
1
+ ``` @meta
2
+ CollapsedDocStrings = true
3
+ ```
4
+
5
+ # Internal API
6
+
7
+ These functions are not part of the public API and are subject to change at any time.
8
+
9
+ ``` @docs
10
+ Reactant.REDUB_ARGUMENTS_NAME
11
+ Reactant.within_reactant_interpreter
12
+ ```
You can’t perform that action at this time.
0 commit comments