[samples] remove unused ngraph (#2156)
This commit is contained in:
parent
62c7ca9698
commit
6c3f7fd654
@ -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)
|
||||
|
@ -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):
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user