This document will take Uci service as an example to introduce how to develop a new Web Service. You can check out the complete code [here](../python/examples/pipeline/simple_web_service/web_service.py).
This document will take Uci service as an example to introduce how to develop a new Web Service. You can check out the complete code [here](../python/examples/pipeline/simple_web_service/web_service.py).
...
@@ -147,4 +148,4 @@ op:
...
@@ -147,4 +148,4 @@ op:
ir_optim:false# ir optimization option, the default is false
ir_optim:false# ir optimization option, the default is false
```
```
All fields of Op can be defined when Op is created in the program (which will override yaml fields).
All fields of Op can be defined when Op is created in the program (which will override yaml fields).