Home
last modified time | relevance | path

Searched defs:input2 (Results 1 - 25 of 35) sorted by relevance

12

/foundation/ai/neural_network_runtime/test/unittest/components/v2_0/compilation/
H A Dcompilation_test.cpp40 OH_NN_Tensor input2 = {OH_NN_FLOAT32, 4, inputDims, nullptr, OH_NN_TENSOR}; in BuildModel() local
/foundation/ai/neural_network_runtime/test/unittest/components/v1_0/compilation/
H A Dcompilation_test.cpp40 OH_NN_Tensor input2 = {OH_NN_FLOAT32, 4, inputDims, nullptr, OH_NN_TENSOR}; in BuildModel() local
/kernel/linux/linux-5.10/drivers/accessibility/speakup/
H A Di18n.c484 static bool compare_specifiers(char **input1, char **input2) in compare_specifiers() argument
/kernel/linux/linux-6.6/drivers/accessibility/speakup/
H A Di18n.c491 static bool compare_specifiers(char **input1, char **input2) in compare_specifiers() argument
/test/xts/acts/ai/nncore/opstest/src/
H A Dselect_test.cpp34 OHNNOperandTest input2 = {OH_NN_FLOAT32, OH_NN_TENSOR, tensor_shape, input2Value, sizeof(float)}; member
52 OHNNOperandTest input2 = {OH_NN_FLOAT32, OH_NN_TENSOR, tensor_shape, input2Value, 3*sizeof(float)}; member
71 OHNNOperandTest input2 = {OH_NN_FLOAT32, OH_NN_TENSOR, input_shape, input2Value, 3*sizeof(float)}; member
91 OHNNOperandTest input2 = {OH_NN_FLOAT32, OH_NN_TENSOR, input2_shape, input2Value, 4*sizeof(float)}; member
[all...]
H A Dwhere_test.cpp34 OHNNOperandTest input2 = {OH_NN_FLOAT32, OH_NN_TENSOR, tensor_shape, input2Value, 3*sizeof(float)}; member
52 OHNNOperandTest input2 = {OH_NN_FLOAT32, OH_NN_TENSOR, tensor_shape, input2Value, 3*sizeof(float)}; member
70 OHNNOperandTest input2 = {OH_NN_FLOAT32, OH_NN_TENSOR, {1}, input2Value, sizeof(float)}; member
[all...]
/base/security/crypto_framework/test/unittest/src/
H A Dcrypto_rsa_verify_test.cpp747 HcfBlob input2 = {.data = plan2, .len = strlen((char *)plan2)}; in HWTEST_F() local
H A Dcrypto_rsa_cipher_test.cpp1096 HcfBlob input2 = {.data = (uint8_t *)plan2, .len = strlen((char *)plan2)}; in HWTEST_F() local
1145 HcfBlob input2 = {.data = (uint8_t *)plan2, .len = strlen((char *)plan2)}; in HWTEST_F() local
1189 HcfBlob input2 = {.data = (uint8_t *)plan2, .len = strlen((char *)plan2)}; in HWTEST_F() local
/foundation/ai/neural_network_runtime/test/unittest/components/nn_compiler/
H A Dnn_compiler_test.cpp131 OH_NN_Tensor input2 = {OH_NN_FLOAT32, 4, inputDims, nullptr, OH_NN_TENSOR}; in BuildModel() local
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/distributeddatafwk/test/unittest/
H A Dtypes_util_test.cpp126 int32_t input2 = -10; in HWTEST_F() local
/foundation/arkui/ace_engine/test/unittest/core/common/recorder/
H A Devent_recorder_test.cpp602 const std::shared_ptr<std::unordered_map<std::string, std::string>> input2 = in HWTEST_F() local
/foundation/arkui/napi/test/unittest/jsvm/
H A Dtest_jsvm.cpp427 JSVM_Value input2; in HWTEST_F() local
442 JSVM_Value input2; in HWTEST_F() local
457 JSVM_Value input2; in HWTEST_F() local
[all...]
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/smp/
H A Dsmp_tool.h49 uint8_t input2[CRYPT_AESCMAC_IN_LEN]; member
/kernel/linux/linux-5.10/arch/x86/include/asm/
H A Dmshyperv.h152 static inline u64 hv_do_fast_hypercall16(u16 code, u64 input1, u64 input2) in hv_do_fast_hypercall16() argument
/kernel/linux/linux-5.10/include/uapi/linux/
H A Duhid.h193 struct uhid_input2_req input2; member
/kernel/linux/linux-6.6/include/uapi/linux/
H A Duhid.h193 struct uhid_input2_req input2; member
/kernel/linux/linux-6.6/arch/x86/include/asm/
H A Dmshyperv.h183 static inline u64 _hv_do_fast_hypercall16(u64 control, u64 input1, u64 input2) in _hv_do_fast_hypercall16() argument
226 static inline u64 hv_do_fast_hypercall16(u16 code, u64 input1, u64 input2) in hv_do_fast_hypercall16() argument
233 static inline u64 hv_do_fast_nested_hypercall16(u16 code, u64 input1, u64 input2) in hv_do_fast_nested_hypercall16() argument
[all...]
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H A Duhid.h136 struct uhid_input2_req input2; member
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H A Duhid.h149 struct uhid_input2_req input2; member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H A Duhid.h149 struct uhid_input2_req input2; member
/foundation/ai/neural_network_runtime/test/unittest/components/v2_0/neural_network_runtime_test/
H A Dneural_network_runtime_test.cpp115 OH_NN_Tensor input2 = {OH_NN_FLOAT32, 2, inputDims, nullptr, OH_NN_TENSOR}; in BuildModel() local
/foundation/ability/dmsfwk/services/dtbabilitymgr/test/unittest/continuation_manager/
H A Dcontinuation_manager_test.cpp1333 std::vector<std::string> input2; in HWTEST_F() local
/foundation/ai/neural_network_runtime/test/unittest/components/v1_0/neural_network_runtime_test/
H A Dneural_network_runtime_test.cpp116 OH_NN_Tensor input2 = {OH_NN_FLOAT32, 2, inputDims, nullptr, OH_NN_TENSOR}; in BuildModel() local
/foundation/ai/neural_network_runtime/test/unittest/components/v1_0/neural_network_core_test/
H A Dneural_network_core_test.cpp45 OH_NN_Tensor input2 = {OH_NN_FLOAT32, 2, inputDims, nullptr, OH_NN_TENSOR}; in BuildModel() local
/kernel/linux/linux-5.10/drivers/hid/
H A Dhid-alps.c98 struct input_dev *input2; member
677 struct input_dev *input = hi->input, *input2; in alps_input_configured() local
[all...]

Completed in 39 milliseconds

12