[Bug] "FLOW_2_NP_DTYPE" undefined #14442
Labels
needs-triage
PRs or issues that need to be investigated by maintainers to find the right assignees to address it
type: bug
I find some bug!
in tvm/python/tvm/relay/frontend/oneflow.py
1、“FLOW_2_NP_DTYPE“ is undefined
shape = tuple(node.input_conf.blob_conf.shape.dim)
dtype = node.input_conf.blob_conf.data_type
if dtype in list(FLOW_2_NP_DTYPE.keys()):
data_type = FLOW_2_NP_DTYPE[dtype]
else:
raise IndexError("Please check the data type of your node: %s" % node.name)
2、"scales" undefined
class Upsample(OneFlowOpConverter):
name = ""
The text was updated successfully, but these errors were encountered: