[samples] remove unused ngraph (#2156)

This commit is contained in:
Kate Generalova 2020-09-10 16:04:13 +03:00 committed by GitHub
parent 62c7ca9698
commit 6c3f7fd654
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 0 additions and 3 deletions

View File

@ -23,7 +23,6 @@ import numpy as np
import logging as log
from openvino.inference_engine import IECore
import ngraph as ng
def build_argparser():
parser = ArgumentParser(add_help=False)

View File

@ -24,7 +24,6 @@ import logging as log
from openvino.inference_engine import IECore
import threading
import ngraph as ng
class InferReqWrap:
def __init__(self, request, id, num_iter):

View File

@ -23,7 +23,6 @@ import numpy as np
import logging as log
from openvino.inference_engine import IECore
import ngraph as ng
def build_argparser():
parser = ArgumentParser(add_help=False)