Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/contrib/lite/
Dmodel.h157 TfLiteStatus ParseNodes(
Dmodel.cc575 TfLiteStatus InterpreterBuilder::ParseNodes( in ParseNodes() function in tflite::InterpreterBuilder
787 if (ParseNodes(operators, interpreter->get()) != kTfLiteOk) in operator ()()