ai-framework
Here are 9 public repositories matching this topic...
Provide a link to that doc page:
the page may be like https://docs.alluxio.io/os/user/stable/en/reference/Properties-List.html
or may be like http://spark.apache.org/docs/latest/configuration.html
the doc may be include two parts:
the first part is the dafault fluid properties list and the default value for the property,and the impact of this property,maybe also some recommended value.
t
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
Nov 11, 2016 - Lua
-
Updated
Jul 28, 2021 - Python
-
Updated
May 21, 2021 - Python
-
Updated
Jul 3, 2020 - Jupyter Notebook
-
Updated
Jun 9, 2018 - C#
-
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."
Describe the bug
when axis has duplicate value , onnxruntime compute result is all same value ,which is different with expect of tensorflow
Urgency
2020.11.18
System information
Linux Ubuntu 16.04
Expected behavior
When there are duplicate values, the duplicate can be removed. j