Files
openvino/src/frontends/tensorflow/tests/main.cpp
T

10 lines
199 B
C++

// Copyright (C) 2018-2022 Intel Corporation
// SPDX-License-Identifier: Apache-2.0
//
#include "utils.hpp"
int main(int argc, char** argv) {
return FrontEndTestUtils::run_tests(argc, argv);
}