File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
modules/nvidia_plugin/src Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -331,7 +331,7 @@ void CudaInferRequest::Cancel() {
331331}
332332
333333InferenceEngine::Blob::Ptr CudaInferRequest::GetBlob (const std::string& name) {
334- OV_ITT_SCOPED_TASK (itt::domains::TemplatePlugin , " GetBlob" );
334+ OV_ITT_SCOPED_TASK (itt::domains::nvidia_gpu , " GetBlob" );
335335 InputInfo::Ptr foundInput;
336336 DataPtr foundOutput;
337337 Blob::Ptr data;
@@ -414,7 +414,7 @@ InferenceEngine::Blob::Ptr CudaInferRequest::GetBlob(const std::string& name) {
414414}
415415
416416void CudaInferRequest::SetBlob (const std::string& name, const InferenceEngine::Blob::Ptr& userBlob) {
417- OV_ITT_SCOPED_TASK (itt::domains::TemplatePlugin , " SetBlob" );
417+ OV_ITT_SCOPED_TASK (itt::domains::nvidia_gpu , " SetBlob" );
418418 if (name.empty ()) {
419419 IE_THROW (NotFound) << " Failed to set blob with empty name" ;
420420 }
You can’t perform that action at this time.
0 commit comments