Home
last modified time | relevance | path

Searched defs:GetStream (Results 1 – 11 of 11) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/runtime/device/ascend/ge_runtime/task/
Dhccl_task.h61 rtStream_t GetStream() const { return stream_; } in GetStream() function
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/core/
Ddevice_resource.cc63 void *DeviceResource::GetStream() { in GetStream() function in mindspore::dataset::DeviceResource
Dascend_resource.cc104 void *AscendResource::GetStream() { return processor_->GetStream(); } in GetStream() function in mindspore::dataset::AscendResource
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/somas/
Dsomas_node.h66 SomasStreamPtr GetStream() { return stream_; } in GetStream() function
/third_party/grpc/test/cpp/util/
Dproto_reflection_descriptor_database.cc314 ProtoReflectionDescriptorDatabase::GetStream() { in GetStream() function in grpc::ProtoReflectionDescriptorDatabase
/third_party/skia/third_party/externals/dng_sdk/source/
Ddng_gain_map.cpp340 dng_gain_map * dng_gain_map::GetStream (dng_host &host, in GetStream() function in dng_gain_map
/third_party/googletest/googletest/include/gtest/internal/
Dgtest-port.h974 ::std::ostream& GetStream() { return ::std::cerr; } in GetStream() function
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/
Dkernel.h199 void *GetStream() const { return stream_; } in GetStream() function
/third_party/mesa3d/src/gtest/include/gtest/internal/
Dgtest-port.h957 ::std::ostream& GetStream() { return ::std::cerr; } in GetStream() function
/third_party/cef/tools/distrib/gtest/
Dgtest.h1228 ::std::ostream& GetStream() { return ::std::cerr; } in GetStream() function
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/kernels/image/dvpp/utils/
DMDAclProcess.cc160 aclrtStream MDAclProcess::GetStream() { return stream_; } in GetStream() function in MDAclProcess