Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/common/cpu_operations/
DBatchMatmul.cpp49 bool adjY) { in canMatrixMul()
64 const Shape& RHSTensorShape, bool adjX, bool adjY) { in computeOutputDimensions()
117 const Shape& inputRHSShape, const bool adjX, const bool adjY, T* outputData, in batchMatMulGeneric()
153 const Shape& inputRHSShape, const bool adjX, const bool adjY, in batchMatMulQuantized()
215 const bool adjY = context->getInputValue<bool>(kInputRHSAdj); in prepare() local