Home
last modified time | relevance | path

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

/external/tflite-support/tensorflow_lite_support/cc/task/core/
Dbase_task_api.h90 std::vector<const TfLiteTensor*> GetOutputTensors() { in GetOutputTensors() function
110 return Postprocess(GetOutputTensors(), args...); in Infer()
137 return Postprocess(GetOutputTensors(), args...); in InferWithFallback()
/external/tensorflow/tensorflow/lite/tools/optimize/
Dmodify_model_interface.cc126 std::vector<TensorOpTensor> GetOutputTensors(const TensorType& output_type, in GetOutputTensors() function
306 GetOutputTensors(output_type, model, error_reporter); in GetOriginalNumberOfTensors()
324 GetOutputTensors(output_type, model, &error_reporter); in ModifyModelInterface()
/external/executorch/backends/qualcomm/aot/wrappers/
DOpWrapper.h99 const std::vector<std::shared_ptr<TensorWrapper>>& GetOutputTensors() { in GetOutputTensors() function
/external/executorch/backends/qualcomm/aot/python/
DPyQnnManagerAdaptor.h185 for (const auto& tensor_wrapper : op_wrapper->GetOutputTensors()) { in Compile()
/external/tflite-support/tensorflow_lite_support/cc/task/text/nlclassifier/
Dnl_classifier.cc361 std::vector<const TfLiteTensor*> output_tensors = GetOutputTensors(); in Initialize()
/external/executorch/backends/qualcomm/runtime/
DQnnManager.cpp641 for (const auto& tensor_wrapper : op_wrapper->GetOutputTensors()) { in Compile()