Fix not contiguous ndarray to tensor bug (#5351)
* fix(NotContiguousInput): fix not contiguous ndarray to tensor * auto format by CI * fix(*): fix old eager not contiguous ndarray bug Co-authored-by:oneflow-ci-bot <ci-bot@oneflow.org> Co-authored-by:
oneflow-ci-bot <69100618+oneflow-ci-bot@users.noreply.github.com>
Showing
- oneflow/python/framework/input_blob_def.py 1 addition, 1 deletiononeflow/python/framework/input_blob_def.py
- oneflow/python/framework/push_util.py 3 additions, 1 deletiononeflow/python/framework/push_util.py
- oneflow/python/framework/tensor.py 1 addition, 1 deletiononeflow/python/framework/tensor.py
- oneflow/python/test/ops/test_global_function_input_output.py 21 additions, 14 deletionsoneflow/python/test/ops/test_global_function_input_output.py
- oneflow/python/test/tensor/test_tensor.py 11 additions, 4 deletionsoneflow/python/test/tensor/test_tensor.py
Please register or sign in to comment