Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/contrib/lite/
Dinterpreter.cc204 consistent_ = false; in CheckTensorIndices()
253 if (!consistent_) { in AllocateTensors()
374 if (!consistent_) { in Invoke()
Dinterpreter.h386 bool consistent_ = true; variable