Home
last modified time | relevance | path

Searched defs:Settings (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/ai/neural_network_runtime/example/deep_learning_framework/tflite/label_classify/
H A Dlabel_classify.h27 struct Settings { struct
28 tflite::FlatBufferModel* model;
29 bool verbose = false;
30 bool accel = false;
31 bool printResult = false;
33 int32_t loopCount = 1;
34 float inputMean = 127.5f;
35 float inputStd = 127.5f;
39 string inputShape = "";
40 int32_t numberOfThreads = 1;
[all …]
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/
H A Dsettings.h26 struct ACE_FORCE_EXPORT Settings { struct
31 void SetUsingSharedRuntime(bool useSharedRuntime) in SetUsingSharedRuntime()
37 void SetCustomParams(const std::string& key, const std::string& value) in SetCustomParams()
42 const std::string& GetCustomParams(const std::string& key) in GetCustomParams()
52 bool usingSharedRuntime = false;
53 bool usePlatformAsUIThread = false;
54 bool useUIAsJSThread = false;
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/h3/
H A Dframe.rs48 Settings(Settings), enumerator
73 pub struct Settings { struct
74 max_field_section_size: Option<u64>,
75 qpack_max_table_capacity: Option<u64>,
76 qpack_blocked_streams: Option<u64>,
77 connect_protocol_enabled: Option<u64>,
78 h3_datagram: Option<u64>,
79 raw: Option<Vec<(u64, u64)>>,
130 impl Settings { impl
/ohos5.0/docs/en/application-dev/application-models/
H A Dsystem-app-startup.md29 ### Settings subsection
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/h2/
H A Dframe.rs65 Settings = 0x4, enumerator
89 Settings(Settings), enumerator
166 pub struct Settings { struct
167 settings: Vec<Setting>,
357 impl Settings { implementation
463 pub fn build(self) -> Settings { in build()
H A Dencoder.rs970 settings: &Settings, in iterate_settings_payload()