Searched refs:HexagonDelegate (Results 1 – 4 of 4) sorted by relevance
36 class HexagonDelegate : public SimpleDelegateInterface { class38 explicit HexagonDelegate(const TfLiteHexagonDelegateOptions* params) in HexagonDelegate() function in tflite::__anon2fbe32470111::HexagonDelegate120 std::make_unique<tflite::HexagonDelegate>(options); in TfLiteHexagonDelegateCreate()
21 public class HexagonDelegate implements Delegate, Closeable { class34 public HexagonDelegate(Context context) throws UnsupportedOperationException { in HexagonDelegate() method in HexagonDelegate
5 srcs = ["HexagonDelegate.java"],
38 public class HexagonDelegate implements Delegate, Closeable {41 * Creates a new HexagonDelegate object given the current 'context'.45 public HexagonDelegate(Context context) throws UnsupportedOperationException101 import org.tensorflow.lite.HexagonDelegate;105 hexagonDelegate = new HexagonDelegate(activity);