Split Op support by BYOC

Dear, I am tring to add a new BYOC in tvm, I got a issue with Split op. belew is my test model, this is a tflite model:

image

after calling relay.frontend.from_tflite(tflite_model, shape_dict=shape_dict, dtype_dict=dtype_dict) I got the mod:

image

in BYOC, I do not know how to deel with “%1 = %0.0;”

BYOC graph:

“%1 = %0.0;” is not a part of BYOC graph.

Could you please tell me what is the op name of “%1 = %0.0;” ?

thanks

1 Like

it’s an expr relay.expr.TupleGetItem