Home
last modified time | relevance | path

Searched refs:OutputCount (Results 1 – 6 of 6) sorted by relevance

/external/tflite-support/tensorflow_lite_support/cc/task/vision/
Dimage_segmenter.cc208 if (TfLiteEngine::OutputCount(interpreter) != 1) { in CheckAndSetOutputs()
213 TfLiteEngine::OutputCount(interpreter)), in CheckAndSetOutputs()
Dobject_detector.cc300 if (TfLiteEngine::OutputCount(interpreter) != 4) { in CheckAndSetOutputs()
305 TfLiteEngine::OutputCount(interpreter)), in CheckAndSetOutputs()
Dimage_classifier.cc162 num_outputs_ = TfLiteEngine::OutputCount(engine_->interpreter()); in CheckAndSetOutputs()
/external/angle/src/libANGLE/
DOverlayWidgets.cpp202 static std::ostream &OutputCount(std::ostream &out, const overlay::Count *count);
365 OutputCount(text, validationMessageCount); in AppendVulkanValidationMessageCount()
490 std::ostream &AppendWidgetDataHelper::OutputCount(std::ostream &out, const overlay::Count *count) in OutputCount() function in gl::overlay_impl::AppendWidgetDataHelper
/external/tflite-support/tensorflow_lite_support/cc/task/core/
Dtflite_engine.h86 static int32_t OutputCount(const Interpreter* interpreter) { in OutputCount() function
Dtflite_engine.cc91 int output_count = OutputCount(interpreter); in GetOutputs()