Searched refs:GetRefCount (Results 1 – 11 of 11) sorted by relevance
/third_party/grpc/src/csharp/Grpc.Core.Tests/ |
D | GrpcEnvironmentTest.cs | 54 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/ |
D | RefCountedTests.cpp | 79 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/ |
D | RefCounted.cpp | 27 uint64_t RefCounted::GetRefCount() const { in GetRefCount() function in dawn_native::RefCounted
|
D | RefCounted.h | 28 uint64_t GetRefCount() const;
|
/third_party/mindspore/mindspore/lite/tools/common/ |
D | tensor_util.h | 71 size_t GetRefCount(schema::MetaGraphT *graphT, uint32_t tensorIdx);
|
D | tensor_util.cc | 244 size_t GetRefCount(MetaGraphT *graphT, uint32_t tensorIdx) { in GetRefCount() function
|
D | graph_util.cc | 304 if (GetRefCount(graphT, deleteIdx) > 1) { in RemoveTensor()
|
/third_party/grpc/src/csharp/Grpc.Core/ |
D | GrpcEnvironment.cs | 107 internal static int GetRefCount() in GetRefCount() method in Grpc.Core.GrpcEnvironment
|
/third_party/mindspore/mindspore/ccsrc/backend/session/ |
D | session_basic.h | 191 void GetRefCount(const KernelGraph *graph, std::map<KernelWithIndex, size_t> *ref_count);
|
D | session_basic.cc | 1288 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/ |
D | graph_compiler.cc | 488 session_->GetRefCount(graph.get(), ref_count); in CalculateRefCount()
|