Home
last modified time | relevance | path

Searched defs:DumpCode (Results 1 – 3 of 3) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/lite/src/litert/kernel/opencl/kernel/
Dconcat.h40 std::string DumpCode() override { return dump_code_; } in DumpCode() function
/third_party/mindspore/mindspore-src/source/mindspore/lite/src/litert/kernel/opencl/
Dopencl_kernel.h311 virtual std::string DumpCode() { return "No source code generated!"; } in DumpCode() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUSubtarget.h316 bool DumpCode; variable