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

  /external/tensorflow/tensorflow/contrib/lite/
context.c 67 void TfLiteTensorReset(TfLiteType type, const char* name, TfLiteIntArray* dims,
string_util.cc 98 TfLiteTensorReset(tensor->type, tensor->name, dims, tensor->params,
context.h 203 void TfLiteTensorReset(TfLiteType type, const char* name, TfLiteIntArray* dims,
interpreter.cc 502 TfLiteTensorReset(type, name, convertVectorToTfLiteIntArray(dims),
527 TfLiteTensorReset(type, name, convertVectorToTfLiteIntArray(dims),

Completed in 98 milliseconds