Home
last modified time | relevance | path

Searched defs:scalar (Results 1 – 6 of 6) 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/runtime/test/android_fuzzing/
DGenerateCorpus.cpp84 const uint32_t scalar = *buffer.get<uint32_t>(); in convert() local
DConverter.cpp68 const uint32_t scalar = buffer.scalar(); in convert() local
DModel.proto164 uint32 scalar = 2; field
/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.cpp1871 ANeuralNetworksOperandType scalar = {.type = ANEURALNETWORKS_INT32, in poolingOpTest() local
2162 ANeuralNetworksOperandType scalar = {.type = ANEURALNETWORKS_INT32, in convOpTest() local
2297 ANeuralNetworksOperandType scalar = {.type = ANEURALNETWORKS_INT32, in depthwiseConvOpTest() local
3375 ANeuralNetworksOperandType scalar = getOpType(ANEURALNETWORKS_INT32); in groupedConvOpTest() local
3449 ANeuralNetworksOperandType scalar = getOpType(ANEURALNETWORKS_INT32); in transposeConvOpTest() local