/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/ops/ |
H A D | concat_three_inputs_test.cpp | 53 int64_t* axisValue = new (std::nothrow) int64_t(0); in SetAxis() local 155 int32_t* axisValue = new (std::nothrow) int32_t(0); variable 176 int64_t* axisValue = new (std::nothrow) int64_t[2]{0, 0}; variable 197 int64_t* axisValue = new (std::nothrow) int64_t[2]{0, 0}; variable
|
H A D | concat_two_inputs_test.cpp | 53 int64_t* axisValue = new (std::nothrow) int64_t(0); in SetAxis() local 179 int32_t* axisValue = new (std::nothrow) int32_t(0); variable 201 int64_t* axisValue = new (std::nothrow) int64_t[2]{0, 0}; variable
|
H A D | unstack_test.cpp | 53 int64_t* axisValue = new (std::nothrow) int64_t[1]{0}; in SaveParamsTensor() local 145 float* axisValue = new (std::nothrow) float[1]{1.0f}; in __anon96fb6a8a0102() variable 197 int64_t axisValue = 0; variable
|
H A D | log_softmax_test.cpp | 53 int64_t* axisValue = new (std::nothrow) int64_t[1] {0}; in SaveParamsTensor() local 163 float* axisValue = new (std::nothrow) float[1] {0.0f}; in __anona5cf5d540102() variable 215 int64_t axisValue = 0; variable
|
H A D | flatten_test.cpp | 54 int64_t *axisValue = new (std::nothrow) int64_t[1]{0}; in SaveParamsTensor() local 164 float *axisValue = new (std::nothrow) float[1]{1.0f}; in __anon27b4559f0102() variable 217 int64_t axisValue = 0; variable
|
H A D | onehot_builder_test.cpp | 54 int64_t* axisValue = new (std::nothrow) int64_t(-1); in SaveParamsTensor() local 163 float axisValue = 1e-7; variable 215 int64_t axisValue = -1; variable
|
H A D | scale_builder_test.cpp | 55 int64_t *axisValue = new (std::nothrow) int64_t(1); in SaveAxisTensor() local 180 int32_t axisValue = 1; variable 224 int64_t axisValue[2] = {1, 1}; variable 368 int64_t axisValue = 1; variable
|
H A D | crop_test.cpp | 71 int64_t* axisValue = new (std::nothrow) int64_t[1] {0}; in SaveAxis() local 196 float* axisValue = new (std::nothrow) float [1]{0.0f}; in __anonfbf230a50102() variable 310 int64_t axisValue = 0; variable
|
H A D | l2_normalize_test.cpp | 56 int64_t* axisValue = new (std::nothrow) int64_t[1] {1}; in SetAxis() local 184 float* axisValue = new (std::nothrow) float[1] {1.0f}; in __anon82f1439f0202() variable 362 std::vector<int64_t> axisValue {1}; variable
|
H A D | quant_dtype_cast_builder_test.cpp | 77 int64_t *axisValue = new (std::nothrow) int64_t(1); in SaveAxisTensor() local 243 int32_t axisValue = 1; variable 398 int64_t axisValue = 1; variable
|
H A D | topk_builder_test.cpp | 56 int64_t* axisValue = new (std::nothrow) int64_t[1] {0}; in SaveAxisTensor() local 323 int64_t axisValue = 0; variable
|
H A D | argmax_test.cpp | 59 int64_t* axisValue = new (std::nothrow) int64_t(0); in SetArgmaxAxis() local
|
H A D | squeeze_builder_test.cpp | 45 int64_t* axisValue = new (std::nothrow) int64_t[1]{2}; in SaveAxisTensor() local
|
H A D | stack_builder_test.cpp | 57 int64_t* axisValue = new (std::nothrow) int64_t[1]{1}; in SaveAxisTensor() local
|
H A D | softmax_builder_test.cpp | 45 int64_t* axisValue = new (std::nothrow) int64_t[1]{1}; in SaveAxisTensor() local
|
H A D | unsqueeze_builder_test.cpp | 45 int64_t* axisValue = new (std::nothrow) int64_t[1]{1}; in SaveAxisTensor() local
|
H A D | fullconnection_with_axis_test.cpp | 91 int64_t* axisValue = new (std::nothrow) int64_t(0); in SetAxis() local
|
/ohos5.0/foundation/multimodalinput/input/frameworks/proxy/events/src/ |
H A D | axis_event.cpp | 66 void AxisEvent::SetAxisValue(int32_t axisValue) in SetAxisValue()
|
/ohos5.0/foundation/multimodalinput/input/test/unittest/interfaces/kits/ |
H A D | input_native_test.cpp | 360 float axisValue = OH_Input_GetMouseEventAxisValue(mouseEvent); variable 842 double axisValue = DEFAULT_AXIS_VALUE; variable 1061 double axisValue = DEFAULT_AXIS_VALUE; variable 1092 double axisValue = DEFAULT_AXIS_VALUE; variable 1121 double axisValue = DEFAULT_AXIS_VALUE; variable
|
/ohos5.0/foundation/multimodalinput/input/frameworks/native/input/test/ |
H A D | oh_input_manager_test.cpp | 45 float axisValue { 0.0f }; member 327 double axisValue = 100.5; variable
|
/ohos5.0/foundation/multimodalinput/input/service/mouse_event_normalize/src/ |
H A D | mouse_transform_processor.cpp | 383 …double axisValue = libinput_event_pointer_get_axis_value(data, LIBINPUT_POINTER_AXIS_SCROLL_VERTIC… in HandleAxisInner() local 392 …double axisValue = libinput_event_pointer_get_axis_value(data, LIBINPUT_POINTER_AXIS_SCROLL_HORIZO… in HandleAxisInner() local 403 double MouseTransformProcessor::HandleAxisAccelateTouchPad(double axisValue) in HandleAxisAccelateTouchPad()
|
/ohos5.0/foundation/multimodalinput/input/intention/cooperate/plugin/src/input_event_transmission/ |
H A D | input_event_serialization.cpp | 252 double axisValue = event->GetAxisValue(static_cast<MMI::PointerEvent::AxisType>(i)); in SerializeAxes() local 266 double axisValue {}; in DeserializeAxes() local
|
/ohos5.0/base/msdp/device_status/intention/cooperate/plugin/src/input_event_transmission/ |
H A D | input_event_serialization.cpp | 251 double axisValue = event->GetAxisValue(static_cast<MMI::PointerEvent::AxisType>(i)); in SerializeAxes() local 265 double axisValue {}; in DeserializeAxes() local
|
/ohos5.0/foundation/arkui/ace_engine/adapter/preview/entrance/ |
H A D | event_dispatcher.cpp | 307 double axisValue {}; in GetAxisValue() local
|
/ohos5.0/foundation/multimodalinput/input/frameworks/proxy/events/test/ |
H A D | pointer_event_test.cpp | 946 double axisValue = pointerEvent->GetAxisValue(PointerEvent::AXIS_TYPE_SCROLL_VERTICAL); variable 1408 double axisValue = 1.0; variable
|