/ohos5.0/foundation/ai/neural_network_runtime/example/deep_learning_framework/tflite/delegates/nnrt_delegate/ |
H A D | nnrt_delegate.h | 90 struct Data { struct 91 const NnrtApi* nnrt = nullptr; 94 OH_NN_PerformanceMode executionPerformance = OH_NN_PERFORMANCE_NONE; 97 std::string acceleratorName; 100 std::string cacheDir; 103 std::string modelToken; 107 int32_t maxNumberDelegatedPartitions = -1; 132 explicit Data(const NnrtApi* nnrt); argument
|
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/iter/parallel/ |
H A D | mod.rs | 48 type Data: ParSplit; typedef 51 fn into_par_iter(self) -> ParIter<Self::Data>; in into_par_iter() 60 type Data = T; typedef 61 fn into_par_iter(self) -> ParIter<Self::Data> { in into_par_iter() 69 type Data: ParSplit + 'a; typedef 72 fn par_iter(&'a self) -> ParIter<Self::Data>; in par_iter() 79 type Data = <&'a T as IntoParIter>::Data; typedef 80 fn par_iter(&'a self) -> ParIter<Self::Data> { in par_iter() 88 type Data: ParSplit + 'a; typedef 91 fn par_iter_mut(&'a mut self) -> ParIter<Self::Data>; in par_iter_mut() [all …]
|
H A D | array.rs | 17 type Data = &'a [T]; typedef 24 type Data = &'a mut [T]; typedef
|
H A D | vec.rs | 38 type Data = &'a [T]; typedef 45 type Data = &'a mut [T]; typedef
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeBinaryCompile/LumeShaderCompiler/test/simple/ |
H A D | core_fullscreen_template.h | 25 struct Data { float data; }; struct
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/event/ |
H A D | ace_event_handler.h | 38 Data() : instanceId(ContainerScope::CurrentId()) {} in Data() function 41 …explicit Data(Function&& preFunc) : preFunction(std::move(preFunc)), instanceId(ContainerScope::Cu… in Data() function 42 …explicit Data(StrFunction&& func) : uiStrFunction(std::move(func)), instanceId(ContainerScope::Cur… in Data() function 43 Data(const std::string& eventId, const std::string& eventType, int32_t pageId, bool isFront) in Data() function 47 Data(Function&& func, const std::string& eventType, int32_t pageId, bool isFront) in Data() function 51 Data(ArgFunction&& func, const std::string& eventType, int32_t pageId, bool isFront) in Data() function 55 Data(StrFunction&& func, const std::string& eventType, int32_t pageId, bool isFront) in Data() function
|
/ohos5.0/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/diagram/vertexprimitive/ |
H A D | geometry_plaindata_array.h | 138 const T* Data() const in Data() function 148 T* Data() in Data() function
|
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/systems/ |
H A D | animation_system.h | 92 struct Data { struct 101 struct FrameData { argument
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/common/test/ |
H A D | executor_pool_test.cpp | 26 struct Data { struct in OHOS::Test::ExecutorPoolTest 27 std::mutex mutex_; 28 int data = 0; 29 void Add() in Add()
|
/ohos5.0/base/powermgr/display_manager/brightness_manager/include/ |
H A D | lux_filter_config_parser.h | 25 struct Data { struct
|
H A D | brightness_config_parser.h | 29 struct Data { struct
|
H A D | lux_threshold_config_parser.h | 34 struct Data { struct
|
H A D | calculation_config_parser.h | 33 struct Data { struct
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/impl_interface/ |
H A D | mask_filter_impl.h | 28 class Data; variable
|
H A D | path_effect_impl.h | 30 class Data; variable
|
H A D | color_filter_impl.h | 29 class Data; variable
|
H A D | data_impl.h | 28 class Data; variable
|
H A D | shader_effect_impl.h | 36 class Data; variable
|
H A D | color_space_impl.h | 26 class Data; variable
|
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/ |
H A D | gltf2_loader.h | 32 class Data; in CORE3D_BEGIN_NAMESPACE() local
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/ |
H A D | data_share_types_util.h | 29 using Data = DataShare::Data; variable
|
/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/ |
H A D | ecs_animation.h | 318 struct Data { struct 330 …Data GetProperty(BASE_NS::Uid componentUid, CORE_NS::Entity entity, BASE_NS::string property) cons… argument
|
/ohos5.0/foundation/ai/neural_network_runtime/test/fuzztest/ |
H A D | data.h | 28 Data(const uint8_t* data, size_t size) in Data() function
|
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/softbus_adapter/transport/ |
H A D | dsched_data_buffer.cpp | 56 uint8_t *DSchedDataBuffer::Data() in Data() function in OHOS::DistributedSchedule::DSchedDataBuffer
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/data/ |
H A D | published_data.h | 32 using Data = std::variant<BytesData, std::string>; variable
|