torch-mlir/e2e_testing/torchscript
Sean Silva 5b6902e31c Dual license the torch-mlir project.
This commit (with approval from all contributors) dual licenses
the torch-mlir project under both the standard LLVM license and the
standard PyTorch license. This will facilitate moving code between
torch-mlir and the two upstream projects.

The standard file comment is now:

```
// This file is licensed under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
// Also available under a BSD-style license. See LICENSE.
```

See `LICENSE` in the project root for the terms of both licenses.
2021-10-01 10:46:08 -07:00
..
basic.py Dual license the torch-mlir project. 2021-10-01 10:46:08 -07:00
batchnorm.py Dual license the torch-mlir project. 2021-10-01 10:46:08 -07:00
conv.py Dual license the torch-mlir project. 2021-10-01 10:46:08 -07:00
elementwise.py Dual license the torch-mlir project. 2021-10-01 10:46:08 -07:00
main.py Dual license the torch-mlir project. 2021-10-01 10:46:08 -07:00
mlp.py Dual license the torch-mlir project. 2021-10-01 10:46:08 -07:00
quantized_models.py Dual license the torch-mlir project. 2021-10-01 10:46:08 -07:00
reduction.py Dual license the torch-mlir project. 2021-10-01 10:46:08 -07:00
vision_models.py Dual license the torch-mlir project. 2021-10-01 10:46:08 -07:00
xfail_sets.py Dual license the torch-mlir project. 2021-10-01 10:46:08 -07:00