Searched refs:elementwise (Results 1 – 4 of 4) sorted by relevance
/aosp12/packages/modules/NeuralNetworks/common/operations/ |
H A D | Elementwise.cpp | 27 namespace elementwise { namespace 169 NN_REGISTER_OPERATION(ABS, "ABS", elementwise::validateAbs, elementwise::prepare, 170 elementwise::executeAbs); 171 NN_REGISTER_OPERATION(EXP, "EXP", elementwise::validate, elementwise::prepare, 172 elementwise::executeExp); 173 NN_REGISTER_OPERATION(FLOOR, "FLOOR", elementwise::validateFloor, elementwise::prepareFloor, 175 NN_REGISTER_OPERATION(LOG, "LOG", elementwise::validate, elementwise::prepare, 176 elementwise::executeLog); 177 NN_REGISTER_OPERATION(RSQRT, "RSQRT", elementwise::validate, elementwise::prepare, 179 NN_REGISTER_OPERATION(SIN, "SIN", elementwise::validate, elementwise::prepare, [all …]
|
/aosp12/packages/modules/NeuralNetworks/tools/api/ |
H A D | types.spec | 3942 * For input tensors x and y, computes x == y elementwise. 4170 * For input tensors x and y, computes x > y elementwise. 4197 * For input tensors x and y, computes x >= y elementwise. 4510 * For input tensors x and y, computes x < y elementwise. 4538 * For input tensors x and y, computes x <= y elementwise. 4764 * For input tensors x and y, computes x != y elementwise. 4852 * base^exponent elementwise. 5444 * elementwise from both input tensors:
|
/aosp12/hardware/interfaces/neuralnetworks/1.2/ |
H A D | types.hal | 2890 * For input tensors x and y, computes x == y elementwise. 3076 * For input tensors x and y, computes x > y elementwise. 3099 * For input tensors x and y, computes x >= y elementwise. 3358 * For input tensors x and y, computes x < y elementwise. 3382 * For input tensors x and y, computes x <= y elementwise. 3578 * For input tensors x and y, computes x != y elementwise. 3647 * base^exponent elementwise. 4163 * elementwise from both input tensors:
|
/aosp12/hardware/interfaces/neuralnetworks/1.3/ |
H A D | types.hal | 3066 * For input tensors x and y, computes x == y elementwise. 3261 * For input tensors x and y, computes x > y elementwise. 3285 * For input tensors x and y, computes x >= y elementwise. 3566 * For input tensors x and y, computes x < y elementwise. 3591 * For input tensors x and y, computes x <= y elementwise. 3792 * For input tensors x and y, computes x != y elementwise. 3865 * base^exponent elementwise. 4399 * elementwise from both input tensors:
|