Home
last modified time | relevance | path

Searched defs:rhs (Results 1 – 25 of 49) sorted by relevance

12

/AliOS-Things-master/components/py_engine/tests/basics/
A Dclass_staticclassmethod.py5 def f(rhs): argument
8 def g(self, rhs): argument
13 def __sub__(rhs): argument
17 def __add__(self, rhs): argument
A Dclass_notimpl.py16 def __add__(self, rhs): argument
20 def __sub__(self, rhs): argument
24 def __lt__(self, rhs): argument
A Dclass_number.py7 def __add__(self, rhs): argument
10 def __sub__(self, rhs): argument
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/ruy/example/
A Dexample.cc29 ruy::Matrix<float> rhs; in ExampleMulFloat() local
54 ruy::Matrix<float> rhs; in ExampleMulFloatWithBiasAddAndClamp() local
82 ruy::Matrix<std::uint8_t> rhs; in ExampleMulUint8AsymmetricQuantized() local
112 ruy::Matrix<std::int8_t> rhs; in ExampleMulInt8PerChannelQuantized() local
137 ruy::Matrix<std::int8_t> rhs; in ExampleMulInt8GetRawAccumulators() local
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/kernels/internal/reference/
A Dstring_comparisons.h28 inline bool StringRefEqualFn(const StringRef& lhs, const StringRef& rhs) { in StringRefEqualFn()
36 inline bool StringRefNotEqualFn(const StringRef& lhs, const StringRef& rhs) { in StringRefNotEqualFn()
51 const auto rhs = GetString(input2, i); in ComparisonStringImpl() local
72 const auto rhs = in BroadcastComparison4DSlowStringImpl() local
A Dcomparisons.h27 inline bool EqualFn(T lhs, T rhs) { in EqualFn()
32 inline bool NotEqualFn(T lhs, T rhs) { in NotEqualFn()
37 inline bool GreaterFn(T lhs, T rhs) { in GreaterFn()
41 inline bool GreaterEqualFn(T lhs, T rhs) { in GreaterEqualFn()
45 inline bool LessFn(T lhs, T rhs) { in LessFn()
49 inline bool LessEqualFn(T lhs, T rhs) { in LessEqualFn()
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/ruy/ruy/
A Dfrontend.h48 const Mat<LhsScalar>& lhs, const Mat<RhsScalar>& rhs, in MulFrontEndUpToCreateTrMulParams()
82 void MulFrontEnd(const Mat<LhsScalar>& lhs, const Mat<RhsScalar>& rhs, in MulFrontEnd()
A Druy.h38 void Mul(const Matrix<LhsScalar>& lhs, const Matrix<RhsScalar>& rhs, in Mul()
98 void Mul(const Matrix<LhsScalar>& lhs, const Matrix<RhsScalar>& rhs, in Mul()
A Dvalidate.h68 void Validate(const Mat<LhsScalar>& lhs, const Mat<RhsScalar>& rhs, in Validate()
A Dcheck_macros_test.cc61 void TestEqualityComparisons(const LhsType& lhs, const RhsType& rhs) { in TestEqualityComparisons()
75 void TestComparisons(const LhsType& lhs, const RhsType& rhs) { in TestComparisons()
A Dreference_mul.h29 void ReferenceMul(const Matrix<LhsScalar>& lhs, const Matrix<RhsScalar>& rhs, in ReferenceMul()
A Dprepacked_cache_test.cc242 ruy::Matrix<float> rhs; in TestCachePolicies() local
283 ruy::Matrix<float> rhs; in TEST() local
A Dperchannel_buffers_reallocation_test.cc57 ruy::Matrix<RhsScalar> rhs; in TestPerChannelBuffersReallocation() local
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/kernels/internal/optimized/
A Ddepthwiseconv_3x3_filter_common.h129 int8x16_t rhs, const int lane) { in vdotq_four_lane_s32()
147 inline int32x4_t vdotq_s32(int32x4_t acc, int8x16_t lhs, int8x16_t rhs) { in vdotq_s32()
155 int8x16_t rhs, int lane) { in vdotq_four_lane_s32()
/AliOS-Things-master/components/py_engine/engine/py/
A Dmpz.c1085 void mpz_shl_inpl(mpz_t *dest, const mpz_t *lhs, mp_uint_t rhs) { in mpz_shl_inpl()
1098 void mpz_shr_inpl(mpz_t *dest, const mpz_t *lhs, mp_uint_t rhs) { in mpz_shr_inpl()
1136 void mpz_add_inpl(mpz_t *dest, const mpz_t *lhs, const mpz_t *rhs) { in mpz_add_inpl()
1157 void mpz_sub_inpl(mpz_t *dest, const mpz_t *lhs, const mpz_t *rhs) { in mpz_sub_inpl()
1185 void mpz_and_inpl(mpz_t *dest, const mpz_t *lhs, const mpz_t *rhs) { in mpz_and_inpl()
1219 void mpz_or_inpl(mpz_t *dest, const mpz_t *lhs, const mpz_t *rhs) { in mpz_or_inpl()
1253 void mpz_xor_inpl(mpz_t *dest, const mpz_t *lhs, const mpz_t *rhs) { in mpz_xor_inpl()
1291 void mpz_mul_inpl(mpz_t *dest, const mpz_t *lhs, const mpz_t *rhs) { in mpz_mul_inpl()
1323 void mpz_pow_inpl(mpz_t *dest, const mpz_t *lhs, const mpz_t *rhs) { in mpz_pow_inpl()
1357 void mpz_pow3_inpl(mpz_t *dest, const mpz_t *lhs, const mpz_t *rhs, const mpz_t *mod) { in mpz_pow3_inpl()
[all …]
/AliOS-Things-master/components/oss/include/alibabacloud/oss/model/
A DOwner.h33 Owner(const Owner& rhs) : in Owner()
/AliOS-Things-master/components/py_engine/tests/perf_bench/
A Dmisc_raytrace.py15 def __add__(self, rhs): argument
18 def __sub__(self, rhs): argument
21 def __mul__(self, rhs): argument
31 def dot(self, rhs): argument
/AliOS-Things-master/components/oss/include/alibabacloud/oss/
A DOssError.h35 OssError(const OssError& rhs) : in OssError()
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/dotzlib/DotZLib/
A DUnitTests.cs30 public static bool byteArrEqual( byte[] lhs, byte[] rhs ) in byteArrEqual()
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/cmsis/CMSIS/NN/Source/NNSupportFunctions/
A Darm_nn_depthwise_conv_nt_t_padded_s8.c50 const q7_t *rhs, in arm_nn_depthwise_conv_nt_t_padded_s8()
A Darm_nn_depthwise_conv_nt_t_s8.c49 const q7_t *rhs, in arm_nn_depthwise_conv_nt_t_s8()
A Darm_nn_mat_mult_nt_t_s8.c49 const q7_t *rhs, in arm_nn_mat_mult_nt_t_s8()
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/micro/tools/make/downloads/cmsis/CMSIS/NN/Source/NNSupportFunctions/
A Darm_nn_depthwise_conv_nt_t_padded_s8.c50 const q7_t *rhs, in arm_nn_depthwise_conv_nt_t_padded_s8()
A Darm_nn_depthwise_conv_nt_t_s8.c49 const q7_t *rhs, in arm_nn_depthwise_conv_nt_t_s8()
A Darm_nn_mat_mult_nt_t_s8.c49 const q7_t *rhs, in arm_nn_mat_mult_nt_t_s8()

Completed in 26 milliseconds

12