Home
last modified time | relevance | path

Searched defs:lhs (Results 1 – 25 of 47) sorted by relevance

12

/AliOS-Things-master/components/py_engine/tests/basics/
A Dint_big_mul.py3 lhs = 1 variable
7 lhs = res variable
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/ruy/example/
A Dexample.cc26 ruy::Matrix<float> lhs; in ExampleMulFloat() local
51 ruy::Matrix<float> lhs; in ExampleMulFloatWithBiasAddAndClamp() local
78 ruy::Matrix<std::uint8_t> lhs; in ExampleMulUint8AsymmetricQuantized() local
109 ruy::Matrix<std::int8_t> lhs; in ExampleMulInt8PerChannelQuantized() local
134 ruy::Matrix<std::int8_t> lhs; 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()
50 const auto lhs = GetString(input1, i); in ComparisonStringImpl() local
70 const auto lhs = 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.cc239 ruy::Matrix<float> lhs; in TestCachePolicies() local
280 ruy::Matrix<float> lhs; in TEST() local
A Dperchannel_buffers_reallocation_test.cc52 ruy::Matrix<LhsScalar> lhs; in TestPerChannelBuffersReallocation() local
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/kernels/internal/optimized/
A Ddepthwiseconv_3x3_filter_common.h128 inline int32x4_t vdotq_four_lane_s32(int32x4_t acc, int8x16_t lhs, in vdotq_four_lane_s32()
147 inline int32x4_t vdotq_s32(int32x4_t acc, int8x16_t lhs, int8x16_t rhs) { in vdotq_s32()
154 inline int32x4_t vdotq_four_lane_s32(int32x4_t acc, int8x16_t lhs, 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 …]
A Dvm.c1320 mp_obj_t lhs = TOP(); in mp_execute_bytecode() local
1343 mp_obj_t lhs = TOP(); in mp_execute_bytecode() local
A Dobjcomplex.c136 mp_obj_complex_t *lhs = MP_OBJ_TO_PTR(lhs_in); in complex_binary_op() local
A Dobjrange.c149 mp_obj_range_t *lhs = MP_OBJ_TO_PTR(lhs_in); in range_binary_op() local
/AliOS-Things-master/components/oss/include/alibabacloud/oss/model/
A DOwner.h37 Owner(Owner&& lhs) : in Owner() function
/AliOS-Things-master/components/oss/include/alibabacloud/oss/
A DOssError.h42 OssError(OssError&& lhs) : in OssError() function
/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.c49 q7_t *arm_nn_depthwise_conv_nt_t_padded_s8(const q7_t *lhs, in arm_nn_depthwise_conv_nt_t_padded_s8()
A Darm_nn_depthwise_conv_nt_t_s8.c48 q7_t *arm_nn_depthwise_conv_nt_t_s8(const q7_t *lhs, in arm_nn_depthwise_conv_nt_t_s8()
A Darm_nn_mat_mult_nt_t_s8.c48 arm_status arm_nn_mat_mult_nt_t_s8(const q7_t *lhs, 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.c49 q7_t *arm_nn_depthwise_conv_nt_t_padded_s8(const q7_t *lhs, in arm_nn_depthwise_conv_nt_t_padded_s8()
A Darm_nn_depthwise_conv_nt_t_s8.c48 q7_t *arm_nn_depthwise_conv_nt_t_s8(const q7_t *lhs, in arm_nn_depthwise_conv_nt_t_s8()
A Darm_nn_mat_mult_nt_t_s8.c48 arm_status arm_nn_mat_mult_nt_t_s8(const q7_t *lhs, in arm_nn_mat_mult_nt_t_s8()

Completed in 25 milliseconds

12