Home
last modified time | relevance | path

Searched defs:release_function (Results 1 – 2 of 2) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/minddata/dataset/engine/datasetops/
Ddata_queue_op.cc883 …auto release_function = std::bind(&DataQueueOp::ReleaseData, this, std::placeholders::_1, std::pla… in PushDataToGPU() local
1098 …auto release_function = std::bind(&DataQueueOp::ReleaseData, this, std::placeholders::_1, std::pla… in ClearDevice() local
1280 std::function<void(void *, int32_t)> release_function([](void *, int32_t) { return; }); in SendDataToAscendDynamic() local
/third_party/libphonenumber/tools/cpp/src/cpp-build/
Dgenerate_geocoding_data.cc55 AutoCloser(ResourceType** resource, ReleaseFunction release_function) in AutoCloser()