Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/delegates/hexagon/
Dhexagon_delegate.cc36 class HexagonDelegate : public SimpleDelegateInterface { class
38 explicit HexagonDelegate(const TfLiteHexagonDelegateOptions* params) in HexagonDelegate() function in tflite::__anon2fbe32470111::HexagonDelegate
120 std::make_unique<tflite::HexagonDelegate>(options); in TfLiteHexagonDelegateCreate()
/external/tensorflow/tensorflow/lite/delegates/hexagon/java/src/main/java/org/tensorflow/lite/
DHexagonDelegate.java21 public class HexagonDelegate implements Delegate, Closeable { class
34 public HexagonDelegate(Context context) throws UnsupportedOperationException { in HexagonDelegate() method in HexagonDelegate
DBUILD5 srcs = ["HexagonDelegate.java"],
/external/tensorflow/tensorflow/lite/g3doc/performance/
Dhexagon_delegate.md38 public class HexagonDelegate implements Delegate, Closeable {
41 * Creates a new HexagonDelegate object given the current 'context'.
45 public HexagonDelegate(Context context) throws UnsupportedOperationException
101 import org.tensorflow.lite.HexagonDelegate;
105 hexagonDelegate = new HexagonDelegate(activity);