HomeSort by relevance Sort by last modified time
    Searched defs:TfLiteIntArrayFree (Results 1 - 2 of 2) sorted by null

  /external/tensorflow/tensorflow/contrib/lite/
context.c 56 void TfLiteIntArrayFree(TfLiteIntArray* a) { free(a); }
62 if (t->dims) TfLiteIntArrayFree(t->dims);
  /external/tensorflow/tensorflow/contrib/lite/kernels/
kernel_util.cc 102 TfLiteIntArrayCreate(out_dims), TfLiteIntArrayFree);

Completed in 96 milliseconds