Searched defs:release_function (Results 1 – 2 of 2) sorted by relevance
883 …auto release_function = std::bind(&DataQueueOp::ReleaseData, this, std::placeholders::_1, std::pla… in PushDataToGPU() local1098 …auto release_function = std::bind(&DataQueueOp::ReleaseData, this, std::placeholders::_1, std::pla… in ClearDevice() local1280 std::function<void(void *, int32_t)> release_function([](void *, int32_t) { return; }); in SendDataToAscendDynamic() local
55 AutoCloser(ResourceType** resource, ReleaseFunction release_function) in AutoCloser()