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

  /external/tensorflow/tensorflow/contrib/lite/
nnapi_delegate.h 28 class NNAPIAllocation : public MMAPAllocation {
30 NNAPIAllocation(const char* filename, ErrorReporter* error_reporter);
31 ~NNAPIAllocation();
nnapi_delegate.cc 49 NNAPIAllocation::NNAPIAllocation(const char* filename,
57 NNAPIAllocation::~NNAPIAllocation() {
120 if (const NNAPIAllocation* alloc = dynamic_cast<const NNAPIAllocation*>(
model.cc 66 allocation_ = new NNAPIAllocation(filename, error_reporter);

Completed in 204 milliseconds