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

Function MLUOP_WIN_API mluOpResetTensorDescriptor

core/tensor.cpp:674–678  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

672}
673
674mluOpStatus_t MLUOP_WIN_API
675mluOpResetTensorDescriptor(mluOpTensorDescriptor_t desc) {
676 PARAM_CHECK("[mluOpResetTensorDescriptor]", desc != NULL);
677 return desc->resetTensorDescriptor();
678}
679
680mluOpStatus_t MLUOP_WIN_API mluOpSetTensorDescriptorEx(
681 mluOpTensorDescriptor_t desc, mluOpTensorLayout_t layout,

Callers

nothing calls this directly

Calls 1

resetTensorDescriptorMethod · 0.80

Tested by

no test coverage detected