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 D | utils.cpp | 120 template <class T> void PrintData(T* data, int32_t dataSize, int32_t printSize) in PrintData() function 145 …PrintData<float>(interpreter->typed_output_tensor<float>(index), outputTensorSize, DATA_PRINT_NUM); in PrintResult() 148 …PrintData<int32_t>(interpreter->typed_output_tensor<int32_t>(index), outputTensorSize, DATA_PRINT_… in PrintResult() 151 …PrintData<uint8_t>(interpreter->typed_output_tensor<uint8_t>(index), outputTensorSize, DATA_PRINT_… in PrintResult() 154 …PrintData<int8_t>(interpreter->typed_output_tensor<int8_t>(index), outputTensorSize, DATA_PRINT_NU… in PrintResult()
|
/ohos5.0/drivers/peripheral/sensor/hdi_service/ |
H A D | sensor_callback_vdi.cpp | 56 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 D | sensor_callback_vdi.h | 41 void PrintData(const HdfSensorEvents &event, const std::string &reportResult);
|
/ohos5.0/foundation/resourceschedule/device_usage_statistics/services/packagegroup/include/ |
H A D | bundle_active_user_history.h | 61 void PrintData(int32_t userId);
|
/ohos5.0/foundation/resourceschedule/device_usage_statistics/services/packagegroup/src/ |
H A D | bundle_active_user_history.cpp | 278 void BundleActiveUserHistory::PrintData(int32_t userId) in PrintData() function in OHOS::DeviceUsageStats::BundleActiveUserHistory
|
/ohos5.0/foundation/resourceschedule/device_usage_statistics/test/unittest/ |
H A D | device_usage_statistics_service_test.cpp | 1028 bundleUserHistory_->PrintData(0);
|