Searched defs:in2 (Results 1 – 7 of 7) sorted by relevance
/packages/modules/NeuralNetworks/common/operations/ |
D | Broadcast.cpp | 80 bool binaryOperationFloat16(const _Float16* in1, const Shape& shape1, const _Float16* in2, in binaryOperationFloat16() 96 bool addFloat32(const float* in1, const Shape& shape1, const float* in2, const Shape& shape2, in addFloat32() 123 bool addFloat16(const _Float16* in1, const Shape& shape1, const _Float16* in2, const Shape& shape2, in addFloat16() 130 bool addQuant8(const T* in1, const Shape& shape1, const T* in2, const Shape& shape2, in addQuant8() 235 bool mulFloat32(const float* in1, const Shape& shape1, const float* in2, const Shape& shape2, in mulFloat32() 262 bool mulFloat16(const _Float16* in1, const Shape& shape1, const _Float16* in2, const Shape& shape2, in mulFloat16() 269 bool mulQuant8(const T* in1, const Shape& shape1, const T* in2, const Shape& shape2, in mulQuant8() 316 bool subFloat32(const float* in1, const Shape& shape1, const float* in2, const Shape& shape2, in subFloat32() 333 bool subFloat16(const _Float16* in1, const Shape& shape1, const _Float16* in2, const Shape& shape2, in subFloat16() 340 bool subQuant8(const T* in1, const Shape& shape1, const T* in2, const Shape& shape2, in subQuant8() [all …]
|
D | MaximumMinimum.cpp | 90 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/ |
D | wprint_scaler.c | 431 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/apps/LegacyCamera/jni/feature_stab/src/dbreg/ |
D | dbstabsmooth.cpp | 307 static bool vpmotion_add(VP_MOTION *in1, VP_MOTION *in2, VP_MOTION *out) in vpmotion_add()
|
/packages/modules/NeuralNetworks/common/ |
D | OperationsUtils.cpp | 114 bool SameShape(const Shape& in1, const Shape& in2) { in SameShape() 339 bool calculateBroadcastedShape(const Shape& in1, const Shape& in2, Shape* out) { in calculateBroadcastedShape()
|
D | CpuExecutor.cpp | 1448 const RunTimeOperandInfo& in2 = operands[ins[1]]; in executeOperation() local
|
/packages/modules/NeuralNetworks/runtime/test/ |
D | TestValidation.cpp | 1300 int in2 = 0; in TEST_F() local 1491 int in2 = 0; in testConcurrentExecution() local 3140 int in2 = 0; in TEST_F() local 3300 int in2 = 0; in runExecutionSetTimeoutTest() local
|