Home
last modified time | relevance | path

Searched defs:Clean (Results 1 – 10 of 10) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/backend/optimizer/graph_kernel/
Dgraph_kernel_cluster.h52 void Clean() { in Clean() function
Dgraph_kernel_cluster.cc173 void Clean() { in Clean() function
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cDirectStateAccessFramebuffersAndRenderbuffersTests.cpp341 void RenderbufferAttachmentTest::Clean() in Clean() function in gl4cts::DirectStateAccess::Framebuffers::RenderbufferAttachmentTest
745 void TextureAttachmentTest::Clean() in Clean() function in gl4cts::DirectStateAccess::Framebuffers::TextureAttachmentTest
1271 void TextureLayerAttachmentTest::Clean() in Clean() function in gl4cts::DirectStateAccess::Framebuffers::TextureLayerAttachmentTest
2634 void ClearTest::Clean() in Clean() function in gl4cts::DirectStateAccess::Framebuffers::ClearTest
3092 void BlitTest::Clean() in Clean() function in gl4cts::DirectStateAccess::Framebuffers::BlitTest
3932 void GetParametersTest::Clean() in Clean() function in gl4cts::DirectStateAccess::Framebuffers::GetParametersTest
4655 void GetAttachmentParametersTest::Clean() in Clean() function in gl4cts::DirectStateAccess::Framebuffers::GetAttachmentParametersTest
4977 void RenderbufferAttachmentErrorsTest::Clean() in Clean() function in gl4cts::DirectStateAccess::Framebuffers::RenderbufferAttachmentErrorsTest
5348 void TextureAttachmentErrorsTest::Clean() in Clean() function in gl4cts::DirectStateAccess::Framebuffers::TextureAttachmentErrorsTest
5777 void DrawReadBuffersErrorsTest::Clean() in Clean() function in gl4cts::DirectStateAccess::Framebuffers::DrawReadBuffersErrorsTest
[all …]
Dgl4cDirectStateAccessVertexArraysTests.cpp692 void EnableDisableAttributesTest::Clean() in Clean() function in gl4cts::DirectStateAccess::VertexArrays::EnableDisableAttributesTest
1165 void ElementBufferTest::Clean() in Clean() function in gl4cts::DirectStateAccess::VertexArrays::ElementBufferTest
1699 void VertexBuffersTest::Clean() in Clean() function in gl4cts::DirectStateAccess::VertexArrays::VertexBuffersTest
2922 void AttributeBindingTest::Clean() in Clean() function in gl4cts::DirectStateAccess::VertexArrays::AttributeBindingTest
3437 void AttributeBindingDivisorTest::Clean() in Clean() function in gl4cts::DirectStateAccess::VertexArrays::AttributeBindingDivisorTest
Dgl4cDirectStateAccessTexturesTests.cpp9546 void StorageErrorsTest::Clean() in Clean() function in gl4cts::DirectStateAccess::Textures::StorageErrorsTest
11198 void SubImageErrorsTest::Clean() in Clean() function in gl4cts::DirectStateAccess::Textures::SubImageErrorsTest
11851 void CopyErrorsTest::Clean() in Clean() function in gl4cts::DirectStateAccess::Textures::CopyErrorsTest
12831 void ParameterSetupErrorsTest::Clean() in Clean() function in gl4cts::DirectStateAccess::Textures::ParameterSetupErrorsTest
/third_party/mindspore/mindspore/ccsrc/pipeline/jit/
Dresource.cc313 void Resource::Clean() { in Clean() function in mindspore::pipeline::Resource
/third_party/mindspore/mindspore/core/mindrt/src/thread/
Dhqueue.h71 void Clean() { in Clean() function
/third_party/grpc/src/python/grpcio/
Dcommands.py300 class Clean(setuptools.Command): class
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/somas/
Dsomas_solver_core.cc219 void SomasSolverCore::Clean() { in Clean() function in mindspore::somas::SomasSolverCore
/third_party/python/Lib/test/
Dtest_enum.py3136 class Clean(Enum): class