/AliOS-Things-master/components/py_engine/tests/basics/ |
A D | class_staticclassmethod.py | 5 def f(rhs): argument 8 def g(self, rhs): argument 13 def __sub__(rhs): argument 17 def __add__(self, rhs): argument
|
A D | class_notimpl.py | 16 def __add__(self, rhs): argument 20 def __sub__(self, rhs): argument 24 def __lt__(self, rhs): argument
|
A D | class_number.py | 7 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 D | example.cc | 29 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 D | string_comparisons.h | 28 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 D | comparisons.h | 27 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 D | frontend.h | 48 const Mat<LhsScalar>& lhs, const Mat<RhsScalar>& rhs, in MulFrontEndUpToCreateTrMulParams() 82 void MulFrontEnd(const Mat<LhsScalar>& lhs, const Mat<RhsScalar>& rhs, in MulFrontEnd()
|
A D | ruy.h | 38 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 D | validate.h | 68 void Validate(const Mat<LhsScalar>& lhs, const Mat<RhsScalar>& rhs, in Validate()
|
A D | check_macros_test.cc | 61 void TestEqualityComparisons(const LhsType& lhs, const RhsType& rhs) { in TestEqualityComparisons() 75 void TestComparisons(const LhsType& lhs, const RhsType& rhs) { in TestComparisons()
|
A D | reference_mul.h | 29 void ReferenceMul(const Matrix<LhsScalar>& lhs, const Matrix<RhsScalar>& rhs, in ReferenceMul()
|
A D | prepacked_cache_test.cc | 242 ruy::Matrix<float> rhs; in TestCachePolicies() local 283 ruy::Matrix<float> rhs; in TEST() local
|
A D | perchannel_buffers_reallocation_test.cc | 57 ruy::Matrix<RhsScalar> rhs; in TestPerChannelBuffersReallocation() local
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/kernels/internal/optimized/ |
A D | depthwiseconv_3x3_filter_common.h | 129 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 D | mpz.c | 1085 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 D | Owner.h | 33 Owner(const Owner& rhs) : in Owner()
|
/AliOS-Things-master/components/py_engine/tests/perf_bench/ |
A D | misc_raytrace.py | 15 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 D | OssError.h | 35 OssError(const OssError& rhs) : in OssError()
|
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/dotzlib/DotZLib/ |
A D | UnitTests.cs | 30 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 D | arm_nn_depthwise_conv_nt_t_padded_s8.c | 50 const q7_t *rhs, in arm_nn_depthwise_conv_nt_t_padded_s8()
|
A D | arm_nn_depthwise_conv_nt_t_s8.c | 49 const q7_t *rhs, in arm_nn_depthwise_conv_nt_t_s8()
|
A D | arm_nn_mat_mult_nt_t_s8.c | 49 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 D | arm_nn_depthwise_conv_nt_t_padded_s8.c | 50 const q7_t *rhs, in arm_nn_depthwise_conv_nt_t_padded_s8()
|
A D | arm_nn_depthwise_conv_nt_t_s8.c | 49 const q7_t *rhs, in arm_nn_depthwise_conv_nt_t_s8()
|
A D | arm_nn_mat_mult_nt_t_s8.c | 49 const q7_t *rhs, in arm_nn_mat_mult_nt_t_s8()
|