| 470 | |
| 471 | |
| 472 | mluOpStatus_t mluOpTensorStruct::setTensorDescriptorPointerMode( |
| 473 | mluOpPointerMode_t pointer_mode) { |
| 474 | PARAM_CHECK("[mluOpSetTensorDescriptorPointerMode]", pointer_mode >= 0); |
| 475 | |
| 476 | this->pointer_mode = pointer_mode; |
| 477 | return MLUOP_STATUS_SUCCESS; |
| 478 | } |
| 479 | |
| 480 | mluOpStatus_t mluOpTensorStruct::getTensorDescriptorEx( |
| 481 | mluOpTensorLayout_t *layout, mluOpDataType_t *dtype, int *dimNb, |
no outgoing calls
no test coverage detected