| 672 | } |
| 673 | |
| 674 | mluOpStatus_t MLUOP_WIN_API |
| 675 | mluOpResetTensorDescriptor(mluOpTensorDescriptor_t desc) { |
| 676 | PARAM_CHECK("[mluOpResetTensorDescriptor]", desc != NULL); |
| 677 | return desc->resetTensorDescriptor(); |
| 678 | } |
| 679 | |
| 680 | mluOpStatus_t MLUOP_WIN_API mluOpSetTensorDescriptorEx( |
| 681 | mluOpTensorDescriptor_t desc, mluOpTensorLayout_t layout, |
nothing calls this directly
no test coverage detected