Home
last modified time | relevance | path

Searched refs:PrintData (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/ai/neural_network_runtime/example/deep_learning_framework/tflite/tools/
H A Dutils.cpp120 template <class T> void PrintData(T* data, int32_t dataSize, int32_t printSize) in PrintData() function
145PrintData<float>(interpreter->typed_output_tensor<float>(index), outputTensorSize, DATA_PRINT_NUM); in PrintResult()
148PrintData<int32_t>(interpreter->typed_output_tensor<int32_t>(index), outputTensorSize, DATA_PRINT_… in PrintResult()
151PrintData<uint8_t>(interpreter->typed_output_tensor<uint8_t>(index), outputTensorSize, DATA_PRINT_… in PrintResult()
154PrintData<int8_t>(interpreter->typed_output_tensor<int8_t>(index), outputTensorSize, DATA_PRINT_NU… in PrintResult()
/ohos5.0/drivers/peripheral/sensor/hdi_service/
H A Dsensor_callback_vdi.cpp56 PrintData(event, reportResult); in OnDataEvent()
60 void SensorCallbackVdi::PrintData(const HdfSensorEvents &event, const std::string &reportResult) in PrintData() function in OHOS::HDI::Sensor::V2_0::SensorCallbackVdi
H A Dsensor_callback_vdi.h41 void PrintData(const HdfSensorEvents &event, const std::string &reportResult);
/ohos5.0/foundation/resourceschedule/device_usage_statistics/services/packagegroup/include/
H A Dbundle_active_user_history.h61 void PrintData(int32_t userId);
/ohos5.0/foundation/resourceschedule/device_usage_statistics/services/packagegroup/src/
H A Dbundle_active_user_history.cpp278 void BundleActiveUserHistory::PrintData(int32_t userId) in PrintData() function in OHOS::DeviceUsageStats::BundleActiveUserHistory
/ohos5.0/foundation/resourceschedule/device_usage_statistics/test/unittest/
H A Ddevice_usage_statistics_service_test.cpp1028 bundleUserHistory_->PrintData(0);