Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/util/
DMatrix.java160 public Matrix times(double scalar) { in times()
172 public Matrix times(double scalar, Matrix result) { in times()
/packages/modules/NeuralNetworks/common/
DQuantUtils.cpp53 void MatrixScalarMultiplyAccumulate(const int8_t* matrix, int32_t scalar, int32_t n_row, in MatrixScalarMultiplyAccumulate()
/packages/modules/NeuralNetworks/runtime/test/
DTestValidateOperations.cpp1833 ANeuralNetworksOperandType scalar = {.type = ANEURALNETWORKS_INT32, in poolingOpTest() local
2124 ANeuralNetworksOperandType scalar = {.type = ANEURALNETWORKS_INT32, in convOpTest() local
2259 ANeuralNetworksOperandType scalar = {.type = ANEURALNETWORKS_INT32, in depthwiseConvOpTest() local
3337 ANeuralNetworksOperandType scalar = getOpType(ANEURALNETWORKS_INT32); in groupedConvOpTest() local
3411 ANeuralNetworksOperandType scalar = getOpType(ANEURALNETWORKS_INT32); in transposeConvOpTest() local