abhishek
abhishek
### System information Latest ### What is the problem that this feature solves? My Accelerator H/W only support NHWC format so my SDK can take tflite/onnx model as input and...
Question How to get/convert the onnx format to NHWC from NCHW. My H/w only supports NHWC format and by just adding transpose layer having huge performance issue. So is there...
# Ask a Question ### Question Unable to get/print the weights & biases values of model.onnx using below C++ code where if i try same model in python via initializer...