tdasika17
Results
1
issues of
tdasika17
I have a model object, converted it to pte model with xnn backend using below: `` exported_graph = export(model, inp) # Core Aten graph torch.export.save(exported_program, 'model.pt2') edge = to_edge(exported_graph) #...
module: xnnpack