Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/common/cpu_operations/
DBroadcast.cpp79 bool binaryOperationFloat16(const _Float16* in1, const Shape& shape1, const _Float16* in2, in binaryOperationFloat16()
95 bool addFloat32(const float* in1, const Shape& shape1, const float* in2, const Shape& shape2, in addFloat32()
122 bool addFloat16(const _Float16* in1, const Shape& shape1, const _Float16* in2, const Shape& shape2, in addFloat16()
129 bool addQuant8(const T* in1, const Shape& shape1, const T* in2, const Shape& shape2, in addQuant8()
234 bool mulFloat32(const float* in1, const Shape& shape1, const float* in2, const Shape& shape2, in mulFloat32()
261 bool mulFloat16(const _Float16* in1, const Shape& shape1, const _Float16* in2, const Shape& shape2, in mulFloat16()
268 bool mulQuant8(const T* in1, const Shape& shape1, const T* in2, const Shape& shape2, in mulQuant8()
315 bool subFloat32(const float* in1, const Shape& shape1, const float* in2, const Shape& shape2, in subFloat32()
332 bool subFloat16(const _Float16* in1, const Shape& shape1, const _Float16* in2, const Shape& shape2, in subFloat16()
339 bool subQuant8(const T* in1, const Shape& shape1, const T* in2, const Shape& shape2, in subQuant8()
[all …]
DMaximumMinimum.cpp90 bool prepare(const Shape& in1, const Shape& in2, Shape* out) { in prepare()
95 bool eval(const void* in1, const Shape& shape1, const void* in2, const Shape& shape2, in eval()
/packages/services/BuiltInPrintService/jni/plugins/
Dwprint_scaler.c431 uint8 *_RESTRICT_ in2, uint8 *_RESTRICT_ in3, uint8 *_RESTRICT_ in4, uint8 *_RESTRICT_ in5, in _scale_row_down_9in()
494 uint8 *_RESTRICT_ in2, uint8 *_RESTRICT_ in3, uint8 *_RESTRICT_ in4, uint8 *_RESTRICT_ in5, in _scale_row_down_8in()
555 uint8 *_RESTRICT_ in2, uint8 *_RESTRICT_ in3, uint8 *_RESTRICT_ in4, uint8 *_RESTRICT_ in5, in _scale_row_down_7in()
611 uint8 *_RESTRICT_ in2, uint8 *_RESTRICT_ in3, uint8 *_RESTRICT_ in4, uint8 *_RESTRICT_ in5, in _scale_row_down_6in()
664 uint8 *_RESTRICT_ in2, uint8 *_RESTRICT_ in3, uint8 *_RESTRICT_ in4, uint8 *_RESTRICT_ out, in _scale_row_down_5in()
714 uint8 *_RESTRICT_ in2, uint8 *_RESTRICT_ in3, uint8 *_RESTRICT_ out, uint64 position_x, in _scale_row_down_4in()
761 uint8 *_RESTRICT_ in2, uint8 *_RESTRICT_ out, uint64 position_x, uint64 x_factor_inv, in _scale_row_down_3in()
/packages/modules/Bluetooth/system/embdrv/sbc/decoder/srce/
Dsynthesis-dct8.c97 double in0, in1, in2, in3; in float_dct2_8() local
259 int32_t in0, in1, in2, in3; in dct2_8() local
/packages/modules/NeuralNetworks/common/types/src/
DOperationsUtils.cpp29 bool SameShape(const Shape& in1, const Shape& in2) { in SameShape()
/packages/apps/LegacyCamera/jni/feature_stab/src/dbreg/
Ddbstabsmooth.cpp309 static bool vpmotion_add(VP_MOTION *in1, VP_MOTION *in2, VP_MOTION *out) in vpmotion_add()
/packages/modules/NeuralNetworks/runtime/test/
DTestValidation.cpp1321 int in2 = 0; in TEST_F() local
1518 int in2 = 0; in testConcurrentExecution() local
3213 int in2 = 0; in TEST_F() local
3373 int in2 = 0; in runExecutionSetTimeoutTest() local
4153 int in2 = 0; in TEST_F() local
/packages/modules/NeuralNetworks/common/
DOperationsExecutionUtils.cpp248 bool calculateBroadcastedShape(const Shape& in1, const Shape& in2, Shape* out) { in calculateBroadcastedShape()
DCpuExecutor.cpp1449 const RunTimeOperandInfo& in2 = operands[ins[1]]; in executeOperation() local