Conversation
Signed-off-by: Ganesan Ramalingam <grama@microsoft.com>
|
I'll dig into that tomorrow. What about licence? |
| @@ -0,0 +1,99 @@ | |||
| import ast | |||
There was a problem hiding this comment.
I'm wondering if we should put these file in a subfolder. functions would go in another.
There was a problem hiding this comment.
Sure. I think in terms of code cleanup, there is a bunch of stuff to be done. In this PR, I am just focusing on the high-level directory structure, to get the initial version in.
|
I guess we need to worry about the license when we make it public? Not sure about the exact question, but open to suggestions. |
| @@ -0,0 +1,19 @@ | |||
| from onnxscript.types import FLOAT, INT64 | |||
There was a problem hiding this comment.
If these files are generated during tests, they should not be part of the repo.
There was a problem hiding this comment.
They are inputs to the test
| import onnx | ||
| import onnx.helper as helper | ||
|
|
||
| print_flag = True |
There was a problem hiding this comment.
Sounds good. But let me create the initial version, and then we can iterate through these improvements. (Identify them as tasks, and go from there.)
Signed-off-by: Ganesan Ramalingam <grama@microsoft.com>
Signed-off-by: Ganesan Ramalingam <grama@microsoft.com>
Signed-off-by: Ganesan Ramalingam <grama@microsoft.com>
Signed-off-by: Ganesan Ramalingam <grama@microsoft.com>
Updated the security policy to include detailed reporting instructions and preferred communication languages.
Signed-off-by: Ganesan Ramalingam grama@microsoft.com
Any suggestions about the directory structure?
Right now it is: