Home
last modified time | relevance | path

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

/frameworks/ml/nn/common/operations/
DBroadcast.cpp77 bool binaryOperationFloat16(const _Float16* in1, const Shape& shape1, const _Float16* in2, in binaryOperationFloat16()
93 bool addFloat32(const float* in1, const Shape& shape1, const float* in2, const Shape& shape2, in addFloat32()
120 bool addFloat16(const _Float16* in1, const Shape& shape1, const _Float16* in2, const Shape& shape2, in addFloat16()
127 bool addQuant8(const T* in1, const Shape& shape1, const T* in2, const Shape& shape2, in addQuant8()
232 bool mulFloat32(const float* in1, const Shape& shape1, const float* in2, const Shape& shape2, in mulFloat32()
259 bool mulFloat16(const _Float16* in1, const Shape& shape1, const _Float16* in2, const Shape& shape2, in mulFloat16()
266 bool mulQuant8(const T* in1, const Shape& shape1, const T* in2, const Shape& shape2, in mulQuant8()
313 bool subFloat32(const float* in1, const Shape& shape1, const float* in2, const Shape& shape2, in subFloat32()
330 bool subFloat16(const _Float16* in1, const Shape& shape1, const _Float16* in2, const Shape& shape2, in subFloat16()
337 bool subQuant8(const T* in1, const Shape& shape1, const T* in2, const Shape& shape2, in subQuant8()
[all …]
DMaximumMinimum.cpp92 bool prepare(const Shape& in1, const Shape& in2, Shape* out) { in prepare()
97 bool eval(const void* in1, const Shape& shape1, const void* in2, const Shape& shape2, in eval()
/frameworks/rs/tests/lldb/java/SingleSource/src/com/android/rs/singlesource/
DMainActivity.java57 float [] in2 = new float[]{ 5.f, 6.f, 7.f, 8.f }; in onCreate() local
/frameworks/rs/
DrsCppUtils.h103 T rsMin(T in1, T in2) in rsMin()
112 T rsMax(T in1, T in2) { in rsMax()
/frameworks/base/tools/aapt/tests/
DPseudolocales_test.cpp36 static void compound_helper(const char* in1, const char* in2, const char *in3, in compound_helper()
/frameworks/base/tools/aapt2/compile/
DPseudolocalizer_test.cpp41 const char* in1, const char* in2, const char* in3, const char* expected, in CompoundHelper()
/frameworks/ml/nn/common/
DOperationsUtils.cpp116 bool SameShape(const Shape& in1, const Shape& in2) { in SameShape()
341 bool calculateBroadcastedShape(const Shape& in1, const Shape& in2, Shape* out) { in calculateBroadcastedShape()
DCpuExecutor.cpp1504 const RunTimeOperandInfo& in2 = operands[ins[1]]; in executeOperation() local
/frameworks/ml/nn/runtime/test/
DTestValidation.cpp1216 int in2 = 0; in TEST_F() local
2622 int in2 = 0; in TEST_F() local
2782 int in2 = 0; in runExecutionSetTimeoutTest() local
/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/
DUT_reduce.java950 private long sumgcd(final int in1[], final int in2[]) { in sumgcd()
/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
DUT_reduce.java948 private long sumgcd(final int in1[], final int in2[]) { in sumgcd()