Lines Matching full:xnnpack
9 #include <executorch/backends/xnnpack/runtime/XNNExecutor.h>
13 namespace xnnpack { namespace
59 * Prepares the args for XNNPACK Runtime.
66 * Note: the external ids given to the external tensors in the XNNPACK
103 "XNNPACK backend accepts tensors with at most %d dims, but got %zu", in prepare_args()
131 * Runs the XNNPACK Runtime.
140 "XNNPACK Delegate did not compile correctly"); in forward()
182 * the xnnpack runtime.
185 * XNNPACK gives the index tensor to us as int32, we need to convert it
197 // Fetch the updated output shapes from xnnpack runtime in resize_outputs()
222 // Output datatype is int64. However, XNNPACK doesn't support in resize_outputs()
224 // by XNNPACK as int32 and needs to be copied to int64 form in resize_outputs()
238 } // namespace xnnpack