Home
last modified time | relevance | path

Searched refs:GetRefCount (Results 1 – 11 of 11) sorted by relevance

/third_party/grpc/src/csharp/Grpc.Core.Tests/
DGrpcEnvironmentTest.cs54 Assert.AreEqual(0, GrpcEnvironment.GetRefCount()); in InitializeAfterShutdown()
68 Assert.AreEqual(0, GrpcEnvironment.GetRefCount()); in ReleaseWithoutAddRef()
/third_party/flutter/skia/third_party/externals/dawn/src/tests/unittests/
DRefCountedTests.cpp79 ASSERT_EQ(test->GetRefCount(), 200001u); in TEST()
91 ASSERT_EQ(test->GetRefCount(), 1u); in TEST()
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/
DRefCounted.cpp27 uint64_t RefCounted::GetRefCount() const { in GetRefCount() function in dawn_native::RefCounted
DRefCounted.h28 uint64_t GetRefCount() const;
/third_party/mindspore/mindspore/lite/tools/common/
Dtensor_util.h71 size_t GetRefCount(schema::MetaGraphT *graphT, uint32_t tensorIdx);
Dtensor_util.cc244 size_t GetRefCount(MetaGraphT *graphT, uint32_t tensorIdx) { in GetRefCount() function
Dgraph_util.cc304 if (GetRefCount(graphT, deleteIdx) > 1) { in RemoveTensor()
/third_party/grpc/src/csharp/Grpc.Core/
DGrpcEnvironment.cs107 internal static int GetRefCount() in GetRefCount() method in Grpc.Core.GrpcEnvironment
/third_party/mindspore/mindspore/ccsrc/backend/session/
Dsession_basic.h191 void GetRefCount(const KernelGraph *graph, std::map<KernelWithIndex, size_t> *ref_count);
Dsession_basic.cc1288 void SessionBasic::GetRefCount(const KernelGraph *graph, std::map<KernelWithIndex, size_t> *ref_cou… in GetRefCount() function in mindspore::session::SessionBasic
2282 GetRefCount(kernel_graph.get(), &cnode_refcount); in RunOpsInGraphImpl()
/third_party/mindspore/mindspore/ccsrc/runtime/framework/
Dgraph_compiler.cc488 session_->GetRefCount(graph.get(), ref_count); in CalculateRefCount()