ONE - On-device Neural Engine
Loading...
Searching...
No Matches
acl_neon.cc File Reference
#include "Backend.h"

Go to the source code of this file.

Functions

onert::backend::Backendonert_backend_create ()
 
void onert_backend_destroy (onert::backend::Backend *backend)
 

Function Documentation

◆ onert_backend_create()

onert::backend::Backend * onert_backend_create ( )

Definition at line 21 of file acl_neon.cc.

◆ onert_backend_destroy()

void onert_backend_destroy ( onert::backend::Backend backend)

Definition at line 23 of file acl_neon.cc.

23{ delete backend; }