Home
last modified time | relevance | path

Searched refs:kTfLiteSupportPayload (Results 1 – 4 of 4) sorted by relevance

/external/tflite-support/tensorflow_lite_support/cc/task/core/
Dbase_task_api.h104 return status.GetPayload(tflite::support::kTfLiteSupportPayload) in Infer()
131 return status.GetPayload(tflite::support::kTfLiteSupportPayload) in InferWithFallback()
Dtflite_engine.cc289 !status.GetPayload(tflite::support::kTfLiteSupportPayload).has_value()) { in InitInterpreter()
/external/tflite-support/tensorflow_lite_support/cc/
Dcommon.cc30 status.SetPayload(kTfLiteSupportPayload, absl::Cord(absl::StrCat(tfls_code))); in CreateStatusWithPayload()
Dcommon.h27 constexpr absl::string_view kTfLiteSupportPayload = variable