dataflow.Framework

Applicability

Product

Supported

Atlas A3 training product/Atlas A3 inference product

Atlas A2 training product/Atlas A2 inference product

Atlas 200I/500 A2 inference product

x

Atlas inference product

x

Atlas training product

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