when I try to auto-tune the tensorflow inference from pb file, error occured in the stage of net, params = relay.frontend.from_tensorflow(graph_def, layout=layout, shape=shape_dict):
File /home/dolphin/.tvm_test_data/data/elephant-299.jpg exists, skip.
Tensorflow protobuf imported to relay frontend.
Extract tasks…
Traceback (most recent call last):
File “/home/dolphin/tvm/python/tvm/relay/frontend/tensorflow.py”, line 39, in _get_relay_op
op = getattr(_op, op_name)
AttributeError: module ‘tvm.relay.op’ has no attribute ‘div’
Traceback (most recent call last):
File “/home/dolphin/tvm/python/tvm/relay/frontend/tensorflow.py”, line 42, in _get_relay_op
op = getattr(_op.nn, op_name)
AttributeError: module ‘tvm.relay.op.nn’ has no attribute ‘div’