blob: dabc10fb649f9b63c8b205a0f366d67522793248 [file] [log] [blame]
# Owner(s): ["module: onnx"]
import os
onnx_model_dir = os.path.join(os.path.dirname(
os.path.realpath(__file__)), os.pardir, "repos", "onnx", "onnx",
"backend", "test", "data")
pytorch_converted_dir = os.path.join(onnx_model_dir, "pytorch-converted")
pytorch_operator_dir = os.path.join(onnx_model_dir, "pytorch-operator")