Searched refs:OutputCount (Results 1 – 6 of 6) sorted by relevance
208 if (TfLiteEngine::OutputCount(interpreter) != 1) { in CheckAndSetOutputs()213 TfLiteEngine::OutputCount(interpreter)), in CheckAndSetOutputs()
300 if (TfLiteEngine::OutputCount(interpreter) != 4) { in CheckAndSetOutputs()305 TfLiteEngine::OutputCount(interpreter)), in CheckAndSetOutputs()
162 num_outputs_ = TfLiteEngine::OutputCount(engine_->interpreter()); in CheckAndSetOutputs()
202 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
86 static int32_t OutputCount(const Interpreter* interpreter) { in OutputCount() function
91 int output_count = OutputCount(interpreter); in GetOutputs()