Home
last modified time | relevance | path

Searched defs:CheckDepth (Results 1 – 2 of 2) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/pipeline/jit/pi/graph_capture/
Dgraph.cc176 static bool CheckDepth(int depth, int max_depth) { return depth < max_depth || max_depth == -1; } in CheckDepth() function
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cDirectStateAccessFramebuffersAndRenderbuffersTests.cpp2978 bool BlitTest::CheckDepth() in CheckDepth() function in gl4cts::DirectStateAccess::Framebuffers::BlitTest