MCPcopy Create free account
hub / github.com/Cambricon/mlu-ops / MLUOP_WIN_API mluOpSetTensorDescriptorPointerMode

Function MLUOP_WIN_API mluOpSetTensorDescriptorPointerMode

core/tensor.cpp:730–734  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

728}
729
730mluOpStatus_t MLUOP_WIN_API mluOpSetTensorDescriptorPointerMode(
731 mluOpTensorDescriptor_t desc, mluOpPointerMode_t pointer_mode) {
732 PARAM_CHECK("[mluOpSetTensorDescriptorPointerMode]", desc != NULL);
733 return desc->setTensorDescriptorPointerMode(pointer_mode);
734}
735
736mluOpStatus_t MLUOP_WIN_API mluOpGetTensorDescriptorEx(
737 mluOpTensorDescriptor_t desc, mluOpTensorLayout_t *layout,

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected