Home
last modified time | relevance | path

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

/aosp12/packages/modules/NeuralNetworks/common/operations/
H A DConcatenation.cpp51 const std::vector<Shape>& inputShapes, int32_t axis, T* outputData, in concatenation()
99 std::vector<Shape> inputShapes; in concatenation() local
123 std::vector<Shape> inputShapes; variable