HomeSort by relevance Sort by last modified time
    Searched defs:NNAPIDelegate (Results 1 - 2 of 2) 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) {

Completed in 66 milliseconds