Searched defs:DLManagedTensor (Results 1 – 1 of 1) sorted by relevance
217 typedef struct DLManagedTensor { struct220 /*! \brief the context of the original host framework of DLManagedTensor in argument225 * to destruct manager_ctx which holds the DLManagedTensor. It can be NULL argument229 void (*deleter)(struct DLManagedTensor * self); argument230 } DLManagedTensor; typedef