Searched refs:GetOutputTensors (Results 1 – 6 of 6) sorted by relevance
90 std::vector<const TfLiteTensor*> GetOutputTensors() { in GetOutputTensors() function110 return Postprocess(GetOutputTensors(), args...); in Infer()137 return Postprocess(GetOutputTensors(), args...); in InferWithFallback()
126 std::vector<TensorOpTensor> GetOutputTensors(const TensorType& output_type, in GetOutputTensors() function306 GetOutputTensors(output_type, model, error_reporter); in GetOriginalNumberOfTensors()324 GetOutputTensors(output_type, model, &error_reporter); in ModifyModelInterface()
99 const std::vector<std::shared_ptr<TensorWrapper>>& GetOutputTensors() { in GetOutputTensors() function
185 for (const auto& tensor_wrapper : op_wrapper->GetOutputTensors()) { in Compile()
361 std::vector<const TfLiteTensor*> output_tensors = GetOutputTensors(); in Initialize()
641 for (const auto& tensor_wrapper : op_wrapper->GetOutputTensors()) { in Compile()