HomeSort by relevance Sort by last modified time
    Searched refs:NNAPIDelegate (Results 1 - 4 of 4) sorted by null

  /external/tensorflow/tensorflow/contrib/lite/
nnapi_delegate.h 47 class NNAPIDelegate {
49 ~NNAPIDelegate();
nnapi_delegate.cc 63 NNAPIDelegate::~NNAPIDelegate() {
368 TfLiteStatus NNAPIDelegate::BuildGraph(Interpreter* interpreter) {
391 TfLiteStatus NNAPIDelegate::Invoke(Interpreter* interpreter) {
interpreter.h 52 // Forward declare since NNAPIDelegate uses Interpreter.
53 class NNAPIDelegate;
425 std::unique_ptr<NNAPIDelegate> nnapi_delegate_;
interpreter.cc 585 nnapi_delegate_.reset(new NNAPIDelegate);

Completed in 109 milliseconds