-
Updated
Nov 7, 2020 - C++
ai-framework
Here are 9 public repositories matching this topic...
-
Updated
Nov 11, 2016 - Lua
When integrating connxr in C++ we have to disable the C++ function mangling, so our c functions can be linked correctly.
We would need to put all our prototypes or the complete header inside sth like
#ifdef __cplusplus
extern "C" {
#endif
...
#ifdef __cplusplus
}
#endif-
Updated
Oct 19, 2020 - Python
-
Updated
Sep 26, 2020 - Python
-
Updated
Jun 9, 2018 - C#
-
Updated
Jul 3, 2020 - Jupyter Notebook
-
Updated
Aug 14, 2020 - C#
Improve this page
Add a description, image, and links to the ai-framework topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the ai-framework topic, visit your repo's landing page and select "manage topics."
使用kubectl edit或者kubctl replace修改alluxioruntimes的yaml后,controller不会watch此事件并重新创建pod。
建议新增动态修改的机制。