I want create a RandomNormal op and I find this operator marked "Y" in TPAT-1.0 Operator Schemas. I build BlazerML-TVM successfully and use command line python onnx_to_plugin.py -i randn_test.onnx -o output.onnx -t RandomNormal, there was an ERROR tvm.error.OpNotImplemented: The following operators are not supported for frontend ONNX: RandomNormal. In /mypath/TPAT/3rdparty/blazerml-tvm/python/tvm/relay/frontend/onnx.py, I find RandomNormal operator was commented in function _get_convert_map, I think it means RandomNormal was not supported.
So how TPAT-1.0 create .so file for RandomNormal ?
I want create a RandomNormal op and I find this operator marked "Y" in TPAT-1.0 Operator Schemas. I build BlazerML-TVM successfully and use command line
python onnx_to_plugin.py -i randn_test.onnx -o output.onnx -t RandomNormal, there was an ERRORtvm.error.OpNotImplemented: The following operators are not supported for frontend ONNX: RandomNormal. In/mypath/TPAT/3rdparty/blazerml-tvm/python/tvm/relay/frontend/onnx.py, I findRandomNormaloperator was commented in function_get_convert_map, I think it means RandomNormal was not supported.So how TPAT-1.0 create .so file for RandomNormal ?