You can not select more than 25 topics
Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- mindspore.dataset.compare
- ==========================
-
- .. py:method:: mindspore.dataset.compare(pipeline1, pipeline2)
-
- 比较两个数据处理管道是否相同。
-
- **参数:**
-
- - **pipeline1** (Dataset):数据处理管道。
- - **pipeline2** (Dataset):数据处理管道。
-
- **返回:**
-
- bool,两个数据处理管道是否相等。
|