dataflow.Framework
Applicability
Product |
Supported |
|---|---|
√ |
|
√ |
|
x |
|
x |
|
x |
Function Description
Sets the framework of the original network model.
Prototype
N/A
Parameters
The enumerated values are as follows:
- Framework.TENSORFLOW
- Framework.ONNX
- Framework.MINDSPORE
Returns
None
Examples
1 2 3 | import dataflow as df framework = df.Framework.TENSORFLOW pp1 = df.GraphProcessPoint(framework,...) |
Constraints
None
Parent topic: Graph Construction APIs