Home
last modified time | relevance | path

Searched defs:GetOutputIds (Results 1 – 2 of 2) sorted by relevance

/external/armnn/src/armnnSerializer/
DSerializer.hpp37 std::vector<int>& GetOutputIds() in GetOutputIds() function in armnnSerializer::SerializerVisitor
/external/tensorflow/tensorflow/lite/delegates/gpu/cl/
Dinference_context.h98 const std::vector<ValueId>& GetOutputIds() const { return output_ids_; } in GetOutputIds() function