Documentation
Download Docs
Install OpenVINO™
cpp_interfaces
plugin_itt.hpp
Go to the documentation of this file.
1
// Copyright (C) 2018-2021 Intel Corporation
2
// SPDX-License-Identifier: Apache-2.0
3
//
4
5
/**
6
* @brief Defines openvino domains for tracing
7
* @file plugin_itt.hpp
8
*/
9
10
#pragma once
11
12
#include <openvino/itt.hpp>
13
14
namespace
InferenceEngine
{
15
namespace
itt {
16
namespace
domains {
17
OV_ITT_DOMAIN(Plugin)
18
OV_ITT_DOMAIN(Plugin_LT)
19
}
20
}
21
}
InferenceEngine
Inference Engine Plugin API namespace.