Home
last modified time | relevance | path

Searched refs:createInstance (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/mlir/tools/mlir-vulkan-runner/
H A DVulkanRuntime.h127 LogicalResult createInstance();
H A DVulkanRuntime.cpp164 if (failed(createInstance()) || failed(createDevice()) || in run()
224 LogicalResult VulkanRuntime::createInstance() { in createInstance() function in VulkanRuntime
/llvm-project-15.0.7/mlir/lib/Bindings/Python/
H A DIRModule.h618 static PyOperationRef createInstance(PyMlirContextRef contextRef,
H A DIRCore.cpp932 PyOperationRef PyOperation::createInstance(PyMlirContextRef contextRef, in createInstance() function in PyOperation
959 return createInstance(std::move(contextRef), operation, in forOperation()
976 PyOperationRef created = createInstance(std::move(contextRef), operation, in createDetached()