[TVM Discuss] [Development] Seeing many input placeholders in graph json using BYOC

2020-05-19 Thread Anil via TVM Discuss
@comaniac I printed the mod value after partition. It is coming correctly. I found the problem with my setup. The issue has been solved now. --- [Visit Topic](https://discuss.tvm.ai/t/seeing-many-input-placeholders-in-graph-json-using-byoc/6708/3) to respond. You are receiving this beca

[TVM Discuss] [Development] Seeing many input placeholders in graph json using BYOC

2020-05-17 Thread Anil via TVM Discuss
Hi Team, After building the resnet18 example with BYOC, the resultant json file is showing lot of input nodes. Could you please check.? Below is the code i have used for partition and compiling. def _register_external_op_helper(op_name, supported=True): @reg.register(op_name, "target.ex