Home
last modified time | relevance | path

Searched defs:inputData (Results 26 – 50 of 127) sorted by relevance

123456

/ohos5.0/foundation/multimodalinput/input/tools/event_inject/src/
H A Dprocessing_finger_device.cpp31 std::vector<DeviceEvent> inputData = fingerEventArrays.events; in TransformJsonDataToInputData() local
49 void ProcessingFingerDevice::AnalysisTouchPadFingerDate(const std::vector<DeviceEvent> &inputData, in AnalysisTouchPadFingerDate()
H A Dprocessing_keyboard_device.cpp32 std::vector<DeviceEvent> inputData = fingerEventArrays.events; in TransformJsonDataToInputData() local
63 int32_t ProcessingKeyboardDevice::AnalysisKeyBoardEvent(const std::vector<DeviceEvent>& inputData, in AnalysisKeyBoardEvent()
H A Dprocessing_game_pad_device.cpp31 std::vector<DeviceEvent> inputData = originalEvent.events; in TransformJsonDataToInputData() local
40 …d ProcessingGamePadDevice::TransformPadEventToInputEvent(const std::vector<DeviceEvent>& inputData, in TransformPadEventToInputEvent()
H A Dprocessing_joystick_device.cpp37 std::vector<DeviceEvent> inputData = originalEvent.events; in TransformJsonDataToInputData() local
46 … ProcessingJoystickDevice::TransformPadEventToInputEvent(const std::vector<DeviceEvent>& inputData, in TransformPadEventToInputEvent()
H A Dprocessing_mouse_device.cpp27 std::vector<DeviceEvent> inputData = fingerEventArrays.events; in TransformJsonDataToInputData() local
62 int32_t ProcessingMouseDevice::AnalysisMouseEvent(const std::vector<DeviceEvent>& inputData, in AnalysisMouseEvent()
/ohos5.0/foundation/ai/ai_engine/test/function/async_process/
H A Dasync_process_function_test.cpp128 char *inputData = const_cast<char*>(str); variable
174 char *inputData = const_cast<char*>(str); variable
220 char *inputData = const_cast<char*>(str); variable
/aosp12/packages/modules/NeuralNetworks/common/operations/
H A DFullyConnected.cpp56 bool fullyConnectedFloat32(const float* inputData, const Shape& inputShape, in fullyConnectedFloat32()
86 bool fullyConnectedFloat16(const _Float16* inputData, const Shape& inputShape, in fullyConnectedFloat16()
107 bool fullyConnectedQuant8(const uint8_t* inputData, const Shape& inputShape, in fullyConnectedQuant8()
148 bool fullyConnectedQuant8(const int8_t* inputData, const Shape& inputShape, in fullyConnectedQuant8()
H A DDequantize.cpp36 bool compute(const InputType* inputData, const Shape& inputShape, OutputType* outputData) { in compute()
48 bool computePerChannel(const int8_t* inputData, const Shape& inputShape, OutputType* outputData) { in computePerChannel()
H A DTile.cpp69 void tileImpl(const T* inputData, const Shape& inputShape, const int32_t* multiples, T* outputData, in tileImpl()
90 bool eval(const uint8_t* inputData, const Shape& inputShape, const int32_t* multiples, in eval()
H A DExpandDims.cpp40 bool eval(const uint8_t* inputData, const Shape& inputShape, int32_t axis, uint8_t* outputData, in eval()
H A DResizeImageOps.cpp68 bool resizeNearestNeighbor(const T* inputData, const Shape& inputShape, bool alignCorners, in resizeNearestNeighbor()
111 bool resizeImageOpNhwc(OperationType opType, const T* inputData, const Shape& inputShape, in resizeImageOpNhwc()
152 bool resizeImageOp(OperationType opType, const T* inputData, const Shape& inputShape, bool useNchw, in resizeImageOp()
H A DInstanceNormalization.cpp49 inline bool instanceNormNhwc(const T* inputData, const Shape& inputShape, T gamma, T beta, in instanceNormNhwc()
92 inline bool instanceNorm(const T* inputData, const Shape& inputShape, T gamma, T beta, T epsilon, in instanceNorm()
H A DConv2D.cpp194 bool convNhwc(const float* inputData, const Shape& inputShape, const float* filterData, in convNhwc()
223 bool convNhwc(const uint8_t* inputData, const Shape& inputShape, const uint8_t* filterData, in convNhwc()
277 bool convNhwc(const int8_t* inputData, Shape inputShape, const int8_t* filterData, in convNhwc()
306 bool convNhwc(const _Float16* inputData, const Shape& inputShape, const _Float16* filterData, in convNhwc()
333 bool conv(const T_Input* inputData, const Shape& inputShape, const T_Filter* filterData, in conv()
352 bool convQuant8PerChannelNhwc(const uint8_t* inputData, const Shape& inputShape, in convQuant8PerChannelNhwc()
445 bool convQuant8PerChannelNhwc(const int8_t* inputData, const Shape& inputShape, in convQuant8PerChannelNhwc()
509 bool convQuant8PerChannel(const T* inputData, const Shape& inputShape, const int8_t* filterData, in convQuant8PerChannel()
H A DTransposeConv2D.cpp126 bool transposeConvNhwc(const float* inputData, const Shape& inputShape, const float* filterData, in transposeConvNhwc()
183 bool transposeConvNhwc(const T* inputData, const Shape& inputShape, const T* filterData, in transposeConvNhwc()
277 bool transposeConvNhwc(const _Float16* inputData, const Shape& inputShape, in transposeConvNhwc()
301 bool transposeConv(const T_Input* inputData, const Shape& inputShape, const T_Filter* filterData, in transposeConv()
317 bool transposeConvQuant8PerChannelNhwc(const T* inputData, const Shape& inputShape, in transposeConvQuant8PerChannelNhwc()
420 bool transposeConvQuant8PerChannel(const T* inputData, const Shape& inputShape, in transposeConvQuant8PerChannel()
H A DDepthwiseConv2D.cpp133 bool depthwiseConvNhwc(const float* inputData, const Shape& inputShape, const float* filterData, in depthwiseConvNhwc()
167 bool depthwiseConvNhwc(const _Float16* inputData, const Shape& inputShape, in depthwiseConvNhwc()
193 bool depthwiseConvNhwc(const uint8_t* inputData, const Shape& inputShape, const uint8_t* filterData, in depthwiseConvNhwc()
244 bool depthwiseConvNhwc(const int8_t* inputData, Shape inputShape, const int8_t* filterData, in depthwiseConvNhwc()
277 const T* inputData, const Shape& inputShape, const int8_t* filterData, in depthwiseConvQuant8PerChannelNhwc()
373 bool depthwiseConv(const T_Input* inputData, const Shape& inputShape, const T_Filter* filterData, in depthwiseConv()
394 bool depthwiseConvQuant8PerChannel(const T* inputData, const Shape& inputShape, in depthwiseConvQuant8PerChannel()
H A DGroupedConv2D.cpp46 bool groupedConvFloat32(const float* inputData, const Shape& inputShape, const float* filterData, in groupedConvFloat32()
104 bool groupedConvQuant8(const T* inputData, const Shape& inputShape, const T* filterData, in groupedConvQuant8()
200 bool groupedConvQuant8PerChannel(const T* inputData, const Shape& inputShape, in groupedConvQuant8PerChannel()
285 bool groupedConvFloat16(const _Float16* inputData, const Shape& inputShape, in groupedConvFloat16()
H A DRNN.cpp116 bool RNN::RNNStep(const T* inputData, const Shape& inputShape, const T* hiddenStateInputData, in RNNStep()
136 bool RNN::RNNStep(const T* inputData, const Shape& inputShape, const T* auxInputData, in RNNStep()
/ohos5.0/foundation/distributedhardware/distributed_audio/services/audioprocessor/directprocessor/src/
H A Daudio_direct_processor.cpp55 int32_t AudioDirectProcessor::FeedAudioProcessor(const std::shared_ptr<AudioData> &inputData) in FeedAudioProcessor()
/ohos5.0/foundation/distributedhardware/distributed_audio/services/audioprocessor/test/unittest/common/directprocessor/
H A Daudio_direct_processor_test.cpp88 std::shared_ptr<AudioData> inputData = nullptr; variable
/ohos5.0/base/security/device_auth/services/session_manager/src/session/v2/
H A Ddev_session_util.c201 static bool IsPeerPseudonym(const CJson *inputData) in IsPeerPseudonym()
245 int32_t FillPeerAuthIdIfNeeded(bool isClient, const CJson *context, CJson *inputData) in FillPeerAuthIdIfNeeded()
323 int32_t SetPeerInfoToContext(CJson *context, const CJson *inputData) in SetPeerInfoToContext()
394 int32_t CheckPeerPkInfoForPdid(const CJson *context, const CJson *inputData) in CheckPeerPkInfoForPdid()
/ohos5.0/foundation/ai/ai_engine/test/performance/reliability/aie_client/
H A Daie_client_reliability_test.cpp97 char *inputData = const_cast<char*>(str); variable
169 char *inputData = const_cast<char*>(str); variable
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Dtypes_export.cpp54 int CipherPassword::SetValue(const uint8_t *inputData, size_t inputSize) in SetValue()
/ohos5.0/foundation/distributeddatamgr/pasteboard/framework/test/src/
H A Dpasteboard_multi_type_unified_data_delay_test.cpp215 UnifiedData inputData; variable
263 UnifiedData inputData; variable
312 UnifiedData inputData; variable
/aosp12/frameworks/base/packages/StatementService/src/com/android/statementservice/domain/worker/
H A DCollectV1Worker.kt58 val inputData = params.inputData regex
/ohos5.0/foundation/ai/ai_engine/test/function/death_callback/
H A Ddeath_callback_test.cpp44 unsigned char *inputData = g_inputCharacter; in main() local

123456