peacock-data-public-datasets-idc-mint
/
docker
/bloom13b
/Model-References
/TensorFlow
/examples
/custom_op
/conftest.py
############################################################################### | |
# Copyright (C) 2020-2021 Habana Labs, Ltd. an Intel Company | |
############################################################################### | |
import pytest | |
def pytest_addoption(parser): | |
parser.addoption("--custom_op_lib", action="store", help="Location of CustomOp lib", required=True) | |
def custom_op_lib_path(request): | |
return request.config.getoption('--custom_op_lib') | |