Searched refs:xnn_runtime (Results 1 – 4 of 4) sorted by relevance
256 struct xnn_runtime { struct
57 struct xnn_runtime* runtime = NULL; in xnn_create_runtime_v2()69 runtime = xnn_allocate_zero_memory(sizeof(struct xnn_runtime)); in xnn_create_runtime_v2()71 … xnn_log_error("failed to allocate %zu bytes for runtime descriptor", sizeof(struct xnn_runtime)); in xnn_create_runtime_v2()
1040 typedef struct xnn_runtime* xnn_runtime_t;
2916 std::unique_ptr<xnn_runtime, decltype(&xnn_delete_runtime)> runtime_{