Home
last modified time | relevance | path

Searched refs:GetStream (Results 1 – 23 of 23) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/backend/optimizer/somas/
Dsomas_tensor.cc62 if (node->GetId() > max_destination_id_[node->GetStream()]) { in ComputeMaxDestinationId()
63 max_destination_id_[node->GetStream()] = node->GetId(); in ComputeMaxDestinationId()
64 max_destinations_[node->GetStream()] = node; in ComputeMaxDestinationId()
Dsomas_node.h66 SomasStreamPtr GetStream() { return stream_; } in GetStream() function
Dsomas.cc433 auto stream = node->GetStream(); in InitSomasOutputAndWorkspaceTensors()
510 auto stream = node->GetStream(); in InitCommonNodeInputs()
583 auto stream = node->GetStream(); in InitAtomicCleanInputs()
1499 << "@" << node->GetStream()->GetId() << "]\n"; in DumpNodes()
1569 dest_infos.insert(std::make_pair(dest_node->GetId(), dest_node->GetStream()->GetId())); in Offline()
1656 src_stm_id = place_tensor->GetSourceNode()->GetStream()->GetId(); in SomasMemory()
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/core/
Dascend_resource.cc104 void *AscendResource::GetStream() { return processor_->GetStream(); } in GetStream() function in mindspore::dataset::AscendResource
Ddevice_resource.h50 virtual void *GetStream();
Dascend_resource.h53 void *GetStream() override;
Ddevice_resource.cc63 void *DeviceResource::GetStream() { in GetStream() function in mindspore::dataset::DeviceResource
/third_party/grpc/test/cpp/util/
Dproto_reflection_descriptor_database.cc314 ProtoReflectionDescriptorDatabase::GetStream() { in GetStream() function in grpc::ProtoReflectionDescriptorDatabase
326 if (GetStream()->Write(request) && GetStream()->Read(&response)) { in DoOneRequest()
Dproto_reflection_descriptor_database.h91 const std::shared_ptr<ClientStream> GetStream();
/third_party/mindspore/mindspore/ccsrc/runtime/device/ascend/ge_runtime/task/
Dhccl_task.h61 rtStream_t GetStream() const { return stream_; } in GetStream() function
Dhccl_task.cc88 … [](const std::shared_ptr<StreamGuard> &stream) -> rtStream_t { return stream->GetStream(); }); in Distribute()
/third_party/skia/third_party/externals/dng_sdk/source/
Ddng_gain_map.h138 static dng_gain_map * GetStream (dng_host &host,
Ddng_gain_map.cpp340 dng_gain_map * dng_gain_map::GetStream (dng_host &host, in GetStream() function in dng_gain_map
518 fGainMap.Reset (dng_gain_map::GetStream (host, stream)); in dng_opcode_GainMap()
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/kernels/image/dvpp/utils/
DMDAclProcess.h62 aclrtContext GetStream();
DMDAclProcess.cc160 aclrtStream MDAclProcess::GetStream() { return stream_; } in GetStream() function in MDAclProcess
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/
Dkernel.h199 void *GetStream() const { return stream_; } in GetStream() function
/third_party/mesa3d/src/gtest/src/
Dgtest-port.cc1052 GetStream() << ::std::endl << marker << " " in GTestLog()
1058 GetStream() << ::std::endl; in ~GTestLog()
/third_party/googletest/googletest/src/
Dgtest-port.cc1057 GetStream() << ::std::endl << marker << " " in GTestLog()
1063 GetStream() << ::std::endl; in ~GTestLog()
/third_party/mesa3d/src/gtest/include/gtest/internal/
Dgtest-port.h957 ::std::ostream& GetStream() { return ::std::cerr; } in GetStream() function
969 __FILE__, __LINE__).GetStream()
/third_party/googletest/googletest/include/gtest/internal/
Dgtest-port.h974 ::std::ostream& GetStream() { return ::std::cerr; } in GetStream() function
986 __FILE__, __LINE__).GetStream()
/third_party/mindspore/mindspore/ccsrc/runtime/device/
Dkernel_runtime.cc1421 auto stream = kernel_mod->GetStream(); in LaunchKernel()
/third_party/cef/tools/distrib/gtest/
Dgtest.h1228 ::std::ostream& GetStream() { return ::std::cerr; } in GetStream() function
1240 __FILE__, __LINE__).GetStream()
Dgtest-all.cc11385 GetStream() << ::std::endl << marker << " " in GTestLog()
11391 GetStream() << ::std::endl; in ~GTestLog()