Home
last modified time | relevance | path

Searched refs:modifyGraphWithDelegate (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/lite/java/src/main/java/org/tensorflow/lite/
DInterpreter.java655 public void modifyGraphWithDelegate(Delegate delegate) { in modifyGraphWithDelegate() method in Interpreter
657 wrapper.modifyGraphWithDelegate(delegate); in modifyGraphWithDelegate()
DNativeInterpreterWrapper.java266 void modifyGraphWithDelegate(Delegate delegate) { in modifyGraphWithDelegate() method in NativeInterpreterWrapper
/external/tensorflow/tensorflow/lite/java/src/test/java/org/tensorflow/lite/
DInterpreterTest.java558 interpreter.modifyGraphWithDelegate(delegate); in testModifyGraphWithDelegate()