Publishing 2019 R1.1 content and Myriad plugin sources (#162)
[platform/upstream/dldt.git] / inference-engine / src / vpu / graph_transformer / include / vpu / utils / file_system.hpp
1 // Copyright (C) 2018-2019 Intel Corporation
2 // SPDX-License-Identifier: Apache-2.0
3 //
4
5 #pragma once
6
7 #include <string>
8
9 namespace vpu {
10
11 std::string fileNameNoExt(const std::string& filePath);
12
13 }  // namespace vpu