Home
last modified time | relevance | path

Searched refs:weight (Results 1 – 25 of 40) sorted by relevance

12

/AliOS-Things-master/components/linkkit/external/nghttp2/
A Dnghttp2_priority_spec.c28 int32_t stream_id, int32_t weight, in nghttp2_priority_spec_init() argument
32 pri_spec->weight = weight; in nghttp2_priority_spec_init()
39 pri_spec->weight = NGHTTP2_DEFAULT_WEIGHT; in nghttp2_priority_spec_default_init()
46 pri_spec->weight == NGHTTP2_DEFAULT_WEIGHT && in nghttp2_priority_spec_check_default()
52 if (pri_spec->weight < NGHTTP2_MIN_WEIGHT) { in nghttp2_priority_spec_normalize_weight()
53 pri_spec->weight = NGHTTP2_MIN_WEIGHT; in nghttp2_priority_spec_normalize_weight()
54 } else if (pri_spec->weight > NGHTTP2_MAX_WEIGHT) { in nghttp2_priority_spec_normalize_weight()
55 pri_spec->weight = NGHTTP2_MAX_WEIGHT; in nghttp2_priority_spec_normalize_weight()
A Dnghttp2_stream.c93 stream->weight = weight; in nghttp2_stream_init()
267 if (stream->weight == weight) { in nghttp2_stream_change_weight()
271 old_weight = stream->weight; in nghttp2_stream_change_weight()
272 stream->weight = weight; in nghttp2_stream_change_weight()
329 weight = stream->weight * weight / stream->sum_dep_weight; in nghttp2_stream_dep_distributed_weight()
331 return nghttp2_max(1, weight); in nghttp2_stream_dep_distributed_weight()
418 n += si->weight; in check_sum_dep()
811 sum_dep_weight_delta = -stream->weight; in nghttp2_stream_dep_remove()
814 si->weight = nghttp2_stream_dep_distributed_weight(stream, si->weight); in nghttp2_stream_dep_remove()
816 sum_dep_weight_delta += si->weight; in nghttp2_stream_dep_remove()
[all …]
A Dnghttp2_stream.h199 int32_t weight; member
226 int32_t weight, int32_t remote_initial_window_size,
321 int32_t weight);
427 void nghttp2_stream_change_weight(nghttp2_stream *stream, int32_t weight);
A Dnghttp2_frame.c390 buf[4] = (uint8_t)(pri_spec->weight - 1); in nghttp2_frame_pack_priority_spec()
398 int32_t weight; in nghttp2_frame_unpack_priority_spec() local
402 weight = payload[4] + 1; in nghttp2_frame_unpack_priority_spec()
404 nghttp2_priority_spec_init(pri_spec, dep_stream_id, weight, exclusive); in nghttp2_frame_unpack_priority_spec()
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/ruy/ruy/profiler/
A Dtreeview.cc36 return n1->weight > n2->weight; in SortNode()
47 node->weight++; in AddStack()
73 top_level_children_weight += child->weight; in AddOther()
76 top_level_children_weight != node->weight) { in AddOther()
79 new_child->weight = node->weight - top_level_children_weight; in AddOther()
125 printf("* %.2f%% %s\n", 100.0f * node.weight / root.weight, in PrintTreeBelow()
159 int weight = 0; in WeightBelowNodeMatchingFunction() local
161 weight += node.weight; in WeightBelowNodeMatchingFunction()
166 return weight; in WeightBelowNodeMatchingFunction()
186 node_out->weight = node_in.weight; in CollapseNode()
[all …]
A Dtest.cc66 0.1 * thread_root.weight); in TEST()
69 0.01 * thread_root.weight); in TEST()
123 EXPECT_GE(child_node.weight, 500); in TEST()
125 EXPECT_LE(child_node.weight, 8000); in TEST()
128 100.f * child_child_node.weight / child_node.weight; in TEST()
A Dtreeview.h37 int weight = 0; member
/AliOS-Things-master/components/SDL2/src/gfx/Docs/html/
A Ddoxygen.css17 font-weight: bold;
30 font-weight: bold;
59 font-weight: bold;
91 font-weight: normal;
104 font-weight: bold;
108 font-weight: bold;
119 font-weight: bold;
157 font-weight: bold;
176 font-weight: bold;
198 font-weight: bold;
[all …]
A Dtabs.css32 font-weight: bold;
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/experimental/microfrontend/lib/
A Dfilterbank_util.c50 static void QuantizeFilterbankWeights(const float float_weight, int16_t* weight, in QuantizeFilterbankWeights() argument
52 *weight = floor(float_weight * (1 << kFilterbankBits) + 0.5); in QuantizeFilterbankWeights()
189 const float weight = in FilterbankPopulateState() local
195 QuantizeFilterbankWeights(weight, state->weights + weight_index, in FilterbankPopulateState()
/AliOS-Things-master/components/freetype/src/type1/
A Dt1objs.c239 FT_FREE( info->weight ); in T1_Face_Done()
440 if ( info->weight ) in T1_Face_Init()
441 root->style_name = info->weight; in T1_Face_Init()
451 if ( info->weight ) in T1_Face_Init()
453 if ( !ft_strcmp( info->weight, "Bold" ) || in T1_Face_Init()
454 !ft_strcmp( info->weight, "Black" ) ) in T1_Face_Init()
A Dt1tokens.h32 T1_FIELD_STRING( "Weight", weight,
/AliOS-Things-master/documentation/doxygen/style/
A Ddoxygen-custom.css20 font-weight: bold;
28 font-weight: normal;
53 font-weight: bold;
102 font-weight: bold;
143 font-weight: bold;
156 font-weight: bold;
200 t-weight: normal;
217 font-weight: bold;
340 font-weight: bold;
368 font-weight: bold;
[all …]
/AliOS-Things-master/components/ai_agent/
A DREADME.md323 text area: left: 141, top: 442, weight: 89, height: 20
327 text area: left: 115, top: 173, weight: 100, height: 109
331 text area: left: 168, top: 447, weight: 98, height: 18
335 text area: left: 181, top: 450, weight: 241, height: 17
339 text area: left: 216, top: 454, weight: 112, height: 18
343 text area: left: 231, top: 187, weight: 150, height: 18
347 text area: left: 261, top: 193, weight: 104, height: 18
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/kernels/
A Dkernel_util.h206 inline bool IsHybridOp(const TfLiteTensor* input, const TfLiteTensor* weight) { in IsHybridOp() argument
207 return ((weight->type == kTfLiteUInt8 || weight->type == kTfLiteInt8) && in IsHybridOp()
/AliOS-Things-master/components/freetype/src/cid/
A Dcidobjs.c235 FT_FREE( info->weight ); in cid_face_done()
415 if ( info->weight ) in cid_face_init()
417 if ( !ft_strcmp( info->weight, "Bold" ) || in cid_face_init()
418 !ft_strcmp( info->weight, "Black" ) ) in cid_face_init()
A Dcidtoken.h46 T1_FIELD_STRING( "Weight", weight, 0 )
/AliOS-Things-master/components/freetype/src/cache/
A Dftcmanag.c477 FT_Offset weight = 0; in FTC_Manager_Check() local
491 weight += cache->clazz.node_weight( node, cache ); in FTC_Manager_Check()
497 if ( weight != manager->cur_weight ) in FTC_Manager_Check()
499 manager->cur_weight, weight )); in FTC_Manager_Check()
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/micro/tools/make/downloads/cmsis/CMSIS/NN/Source/SVDFunctions/
A Darm_svdf_s8.c100 const q7_t *weight = weights_feature_data; in arm_svdf_s8() local
104 weight, in arm_svdf_s8()
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/cmsis/CMSIS/NN/Source/SVDFunctions/
A Darm_svdf_s8.c100 const q7_t *weight = weights_feature_data; in arm_svdf_s8() local
104 weight, in arm_svdf_s8()
/AliOS-Things-master/components/freetype/include/
A Dftwinfnt.h199 FT_UShort weight; member
/AliOS-Things-master/components/freetype/src/cff/
A Dcfftoken.h30 CFF_FIELD_STRING ( 4, weight, "Weight" )
A Dcffobjs.c881 char *weight = cff_index_get_sid_string( cff, in cff_face_init() local
882 dict->weight ); in cff_face_init()
885 if ( weight ) in cff_face_init()
886 if ( !ft_strcmp( weight, "Bold" ) || in cff_face_init()
887 !ft_strcmp( weight, "Black" ) ) in cff_face_init()
A Dcfftypes.h112 FT_UInt weight; member
A Dcffdrivr.c350 font_info->weight = cff_index_get_sid_string( cff, in cff_ps_get_font_info()
351 dict->weight ); in cff_ps_get_font_info()

Completed in 41 milliseconds

12