Searched refs:kTfLiteSupportPayload (Results 1 – 5 of 5) sorted by relevance
104 return status.GetPayload(tflite::support::kTfLiteSupportPayload) in Infer()131 return status.GetPayload(tflite::support::kTfLiteSupportPayload) in InferWithFallback()
275 !status.GetPayload(tflite::support::kTfLiteSupportPayload).has_value()) { in InitInterpreter()
30 status.SetPayload(kTfLiteSupportPayload, absl::Cord(absl::StrCat(tfls_code))); in CreateStatusWithPayload()
27 constexpr absl::string_view kTfLiteSupportPayload = variable
34 using ::tflite::support::kTfLiteSupportPayload;70 EXPECT_THAT(classifier.status().GetPayload(kTfLiteSupportPayload), in TEST()