Home
last modified time | relevance | path

Searched refs:placeholder (Results 1 – 25 of 56) sorted by relevance

123

/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/c/
A Dbuiltin_op_data.h216 EmptyStructPlaceholder placeholder; member
220 EmptyStructPlaceholder placeholder; member
322 EmptyStructPlaceholder placeholder; member
326 EmptyStructPlaceholder placeholder; member
372 EmptyStructPlaceholder placeholder; member
425 EmptyStructPlaceholder placeholder; member
466 EmptyStructPlaceholder placeholder; member
470 EmptyStructPlaceholder placeholder; member
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/experimental/mlir/testing/op_tests/
A Dcond.py44 input1 = tf.placeholder(dtype=parameters["dtype"], shape=(1,))
45 input2 = tf.placeholder(dtype=parameters["dtype"], shape=(1,))
50 pred = tf.placeholder(dtype=tf.bool, shape=(1,))
A Dwhere_v2.py75 input_condition = tf.compat.v1.placeholder(
79 input_value1 = tf.compat.v1.placeholder(
83 input_value2 = tf.compat.v1.placeholder(
A Dconv3d.py42 input_tensor = tf.compat.v1.placeholder(
46 filter_tensor = tf.compat.v1.placeholder(
A Ddense_image_warp.py40 input_tensor = tf.compat.v1.placeholder(
42 flow_tensor = tf.compat.v1.placeholder(
A Deinsum.py55 input0_tensor = tf.compat.v1.placeholder(
57 input1_tensor = tf.compat.v1.placeholder(
A Dtensor_list_set_item.py42 data = tf.placeholder(
45 item = tf.placeholder(
A Dbroadcast_gradient_args.py39 input1 = tf.compat.v1.placeholder(dtype=parameters['dtype'], name='input1')
40 input2 = tf.compat.v1.placeholder(dtype=parameters['dtype'], name='input2')
A Didentify_dilated_conv1d.py51 filter_input = tf.compat.v1.placeholder(
53 input_tensor = tf.compat.v1.placeholder(
A Didentify_dilated_conv.py55 input_tensor = tf.compat.v1.placeholder(
65 filter_input = tf.compat.v1.placeholder(
A Dwhile_loop.py49 num_iterations = tf.placeholder(
51 increment_value = tf.placeholder(
A Dbatchmatmul.py55 input0_tensor = tf.compat.v1.placeholder(
74 input1_tensor = tf.compat.v1.placeholder(
A Dsoftplus.py37 input_tensor = tf.compat.v1.placeholder(
A Dreal.py37 input_tensor = tf.compat.v1.placeholder(
A Dimag.py37 input_tensor = tf.compat.v1.placeholder(
A Dreciprocal.py38 input_tensor = tf.compat.v1.placeholder(
A Drfft.py38 input_value = tf.compat.v1.placeholder(
A Drfft2d.py41 input_value = tf.compat.v1.placeholder(
A Dtensor_list_length.py41 data = tf.placeholder(
A Dbroadcast_to.py52 input_tensor = tf.compat.v1.placeholder(
/AliOS-Things-master/solutions/tflite_micro_speech_demo/micro_speech/train/speech_commands/
A Dinput_data.py128 wav_filename_placeholder = tf.compat.v1.placeholder(tf.string, [])
145 wav_filename_placeholder = tf.compat.v1.placeholder(tf.string, [])
146 sample_rate_placeholder = tf.compat.v1.placeholder(tf.int32, [])
147 wav_data_placeholder = tf.compat.v1.placeholder(tf.float32, [None, 1])
356 wav_filename_placeholder = tf.compat.v1.placeholder(tf.string, [])
397 self.wav_filename_placeholder_ = tf.compat.v1.placeholder(
403 self.foreground_volume_placeholder_ = tf.compat.v1.placeholder(
408 self.time_shift_padding_placeholder_ = tf.compat.v1.placeholder(
410 self.time_shift_offset_placeholder_ = tf.compat.v1.placeholder(
420 self.background_data_placeholder_ = tf.compat.v1.placeholder(
[all …]
A Dmodels.py190 dropout_rate = tf.compat.v1.placeholder(tf.float32, name='dropout_rate')
256 dropout_rate = tf.compat.v1.placeholder(tf.float32, name='dropout_rate')
380 dropout_rate = tf.compat.v1.placeholder(tf.float32, name='dropout_rate')
518 dropout_rate = tf.compat.v1.placeholder(tf.float32, name='dropout_rate')
713 dropout_rate = tf.compat.v1.placeholder(tf.float32, name='dropout_rate')
818 dropout_rate = tf.compat.v1.placeholder(tf.float32, name='dropout_rate')
/AliOS-Things-master/components/littlevgl/src/lv_objx/
A Dlv_ta.c118 ext->placeholder = NULL; in lv_ta_create()
515 if(ext->placeholder == NULL) { in lv_ta_set_placeholder_text()
525 lv_label_set_text(ext->placeholder, txt); in lv_ta_set_placeholder_text()
698 if(ext->placeholder) lv_label_set_long_mode(ext->placeholder, LV_LABEL_LONG_EXPAND); in lv_ta_set_one_line()
706 if(ext->placeholder) lv_label_set_long_mode(ext->placeholder, LV_LABEL_LONG_BREAK); in lv_ta_set_one_line()
808 if(ext->placeholder) lv_label_set_style(ext->placeholder, LV_LABEL_STYLE_MAIN, style); in lv_ta_set_style()
1031 if(ext->placeholder) style = lv_label_get_style(ext->placeholder, LV_LABEL_STYLE_MAIN); in lv_ta_get_style()
1339 if(ext->placeholder) { in lv_ta_signal()
1361 if(ext->placeholder) { in lv_ta_signal()
1717 if(ext->placeholder == NULL) return; in placeholder_update()
[all …]
/AliOS-Things-master/solutions/miniapp_agent_demo/miniapp/pages/linkLP/
A DlinkLP.axml8 … <input class="input" placeholder="ProductKey" value="{{ProductKey}}" onInput = "pkOnInput" />
14 … <input class="input" placeholder="DeviceName" value="{{DeviceName}}" onInput = "dnOnInput" />
20 … <input class="input" placeholder="DeviceSecret" value="{{DeviceSecret}}" onInput = "dsOnInput" />
/AliOS-Things-master/solutions/miniapp_agent_demo/miniapp/pages/netCfg/
A DnetCfg.axml30 <input class="input" placeholder="SSID" value="{{ssid}}" onInput = "ssidOnInput" />
41 … <input class="input" placeholder="Password" value="{{password}}" onInput = "passwordOnInput" />

Completed in 21 milliseconds

123