Home
last modified time | relevance | path

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

/external/XNNPACK/src/xnnpack/
Dsubgraph.h256 struct xnn_runtime { struct
/external/XNNPACK/src/
Druntime.c57 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()
/external/XNNPACK/include/
Dxnnpack.h1040 typedef struct xnn_runtime* xnn_runtime_t;
/external/tensorflow/tensorflow/lite/delegates/xnnpack/
Dxnnpack_delegate.cc2916 std::unique_ptr<xnn_runtime, decltype(&xnn_delete_runtime)> runtime_{