Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/common/cpu_operations/
DBatchMatmul.cpp64 const Shape& RHSTensorShape, bool adjX, bool adjY) { in computeOutputDimensions() argument
70 adjY ? RHSTensorShape.dimensions[numDims - 2] : RHSTensorShape.dimensions[numDims - 1]; in computeOutputDimensions()