Home
last modified time | relevance | path

Searched refs:AllocateBufferForEval (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/lite/c/
Dcommon.h709 TfLiteStatus (*AllocateBufferForEval)(struct TfLiteContext* ctx, size_t bytes, member
/external/tensorflow/tensorflow/lite/micro/
Dtest_helpers.cc657 TFLITE_DCHECK(context->AllocateBufferForEval == nullptr); in Init()