Searched refs:output_name (Results 1 – 16 of 16) sorted by relevance
/AliOS-Things-master/solutions/tflite_micro_speech_demo/micro_speech/train/speech_commands/ |
A D | label_wav_test.py | 48 output_name = "test_output" 52 tf.zeros([1, 3], name=output_name) 59 input_name + ":0", output_name + ":0", 3)
|
A D | label_wav.py | 77 def label_wav(wav, labels, graph, input_name, output_name, how_many_labels): argument 95 run_graph(wav_data, labels_list, input_name, output_name, how_many_labels) 101 FLAGS.output_name, FLAGS.how_many_labels)
|
A D | label_wav_dir.py | 85 def label_wav(wav_dir, labels, graph, input_name, output_name, how_many_labels): argument 98 run_graph(wav_dir, labels_list, input_name, output_name, how_many_labels) 104 FLAGS.output_name, FLAGS.how_many_labels)
|
A D | label_wav.cc | 106 string output_name = "labels_softmax"; in main() local 113 Flag("output_name", &output_name, "name of output node in model"), in main() 158 session->Run({{input_name, wav_tensor}}, {output_name}, {}, &outputs); in main()
|
A D | test_streaming_accuracy.cc | 140 string output_name = "labels_softmax"; in main() local 159 Flag("output_name", &output_name, "name of output node in model"), in main() 258 {output_name}, {}, &outputs); in main()
|
A D | test_streaming_accuracy.py | 140 output_softmax_tensor = sess.graph.get_tensor_by_name(FLAGS.output_name)
|
/AliOS-Things-master/components/SDL2/src/video/x11/ |
A D | edid.h | 166 char * make_display_name (const char *output_name,
|
/AliOS-Things-master/components/SDL2/ |
A D | libtool | 9472 output_name=$func_basename_result 9474 cwrappersource="$output_path/$objdir/lt-$output_name.c" 9475 cwrapper="$output_path/$output_name.exe"
|
/AliOS-Things-master/components/SDL2/src/image/ |
A D | libtool | 8323 output_name=$func_basename_result 8325 cwrappersource="$output_path/$objdir/lt-$output_name.c" 8326 cwrapper="$output_path/$output_name.exe"
|
A D | ltmain.sh | 7830 output_name=$func_basename_result 7832 cwrappersource="$output_path/$objdir/lt-$output_name.c" 7833 cwrapper="$output_path/$output_name.exe"
|
/AliOS-Things-master/components/SDL2/build-scripts/ |
A D | ltmain.sh | 9033 output_name=$func_basename_result 9035 cwrappersource="$output_path/$objdir/lt-$output_name.c" 9036 cwrapper="$output_path/$output_name.exe"
|
/AliOS-Things-master/components/SDL2/src/gfx/ |
A D | ltmain.sh | 9046 output_name=$func_basename_result 9048 cwrappersource="$output_path/$objdir/lt-$output_name.c" 9049 cwrapper="$output_path/$output_name.exe"
|
/AliOS-Things-master/components/SDL2/src/gfx/Test/ |
A D | ltmain.sh | 9046 output_name=$func_basename_result 9048 cwrappersource="$output_path/$objdir/lt-$output_name.c" 9049 cwrapper="$output_path/$output_name.exe"
|
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/ |
A D | ltmain.sh | 10532 output_name=$func_basename_result 10534 cwrappersource=$output_path/$objdir/lt-$output_name.c 10535 cwrapper=$output_path/$output_name.exe
|
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/ |
A D | ltmain.sh | 10532 output_name=$func_basename_result 10534 cwrappersource=$output_path/$objdir/lt-$output_name.c 10535 cwrapper=$output_path/$output_name.exe
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/config/ |
A D | ltmain.sh | 10541 output_name=$func_basename_result 10543 cwrappersource=$output_path/$objdir/lt-$output_name.c 10544 cwrapper=$output_path/$output_name.exe
|
Completed in 87 milliseconds