Home
last modified time | relevance | path

Searched defs:DataPtr (Results 1 – 7 of 7) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/ps/core/
Dabstract_node.h64 using DataPtr = std::shared_ptr<unsigned char[]>; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFFormValue.cpp469 const uint8_t *DataPtr = Value.data; in dump() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DBinaryByteStream.h119 uint8_t *DataPtr = const_cast<uint8_t *>(Data.data()); in writeBytes() local
/third_party/json/benchmarks/thirdparty/benchmark/src/
Dsysinfo.cc91 using DataPtr = std::unique_ptr<DataT, decltype(&std::free)>; typedef
/third_party/mindspore/mindspore/ccsrc/ps/
Dconstants.h195 using DataPtr = std::shared_ptr<unsigned char[]>; variable
Dparameter_server.cc822 void ParameterServer::ServerHandler::HandleFinalize(const DataPtr &, size_t, const VectorPtr &res) { in HandleFinalize()
/third_party/benchmark/src/
Dsysinfo.cc99 using DataPtr = std::unique_ptr<DataT, decltype(&std::free)>; typedef