/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/ruy/doc/ |
A D | depgraph.sh | 37 graph="$(bazel query 'kind("cc_library", deps(//ruy))' --output graph --noimplicit_deps 2>/dev/null… 39 graph="$(echo "${graph}" | sed 's|//ruy/\?||g')" 42 graph="$(echo "${graph}" | grep -v "${t}")" 45 graph="$(echo "${graph}" | sed 's|//:cpuinfo_with_unstripped_include_path||g')" 46 graph="$(echo "${graph}" | sed 's|//third_party/cpuinfo:[a-z0-9_]*|@cpuinfo|g')" 130 done <<< "${graph}"
|
/AliOS-Things-master/solutions/tflite_micro_speech_demo/micro_speech/train/speech_commands/ |
A D | freeze_test.py | 45 self.assertIsNotNone(sess.graph.get_tensor_by_name('wav_data:0')) 47 sess.graph.get_tensor_by_name('decoded_sample_data:0')) 48 self.assertIsNotNone(sess.graph.get_tensor_by_name('labels_softmax:0')) 65 self.assertIsNotNone(sess.graph.get_tensor_by_name('wav_data:0')) 67 sess.graph.get_tensor_by_name('decoded_sample_data:0')) 68 self.assertIsNotNone(sess.graph.get_tensor_by_name('labels_softmax:0')) 85 self.assertIsNotNone(sess.graph.get_tensor_by_name('wav_data:0')) 87 sess.graph.get_tensor_by_name('decoded_sample_data:0')) 88 self.assertIsNotNone(sess.graph.get_tensor_by_name('labels_softmax:0')) 103 self.assertIsNotNone(sess.graph.get_tensor_by_name('wav_data:0')) [all …]
|
A D | models_test.py | 60 self.assertIsNotNone(sess.graph.get_tensor_by_name(logits.name)) 61 self.assertIsNotNone(sess.graph.get_tensor_by_name(dropout_rate.name)) 71 self.assertIsNotNone(sess.graph.get_tensor_by_name(logits.name)) 82 self.assertIsNotNone(sess.graph.get_tensor_by_name(logits.name)) 83 self.assertIsNotNone(sess.graph.get_tensor_by_name(dropout_rate.name)) 94 self.assertIsNotNone(sess.graph.get_tensor_by_name(logits.name)) 95 self.assertIsNotNone(sess.graph.get_tensor_by_name(dropout_rate.name)) 115 self.assertIsNotNone(sess.graph.get_tensor_by_name(logits.name)) 116 self.assertIsNotNone(sess.graph.get_tensor_by_name(dropout_rate.name))
|
A D | label_wav.py | 64 softmax_tensor = sess.graph.get_tensor_by_name(output_layer_name) 77 def label_wav(wav, labels, graph, input_name, output_name, how_many_labels): argument 84 if not graph or not tf.io.gfile.exists(graph): 85 raise ValueError('Graph file does not exist at {0}'.format(graph)) 90 load_graph(graph) 100 label_wav(FLAGS.wav, FLAGS.labels, FLAGS.graph, FLAGS.input_name,
|
A D | label_wav_dir.py | 71 softmax_tensor = sess.graph.get_tensor_by_name(output_layer_name) 85 def label_wav(wav_dir, labels, graph, input_name, output_name, how_many_labels): argument 90 if not graph or not tf.io.gfile.exists(graph): 91 raise ValueError('Graph file does not exist at {0}'.format(graph)) 96 load_graph(graph) 103 label_wav(FLAGS.wav_dir, FLAGS.labels, FLAGS.graph, FLAGS.input_name,
|
A D | test_streaming_accuracy.py | 82 graph = tf.Graph() 83 with graph.as_default(): 89 return graph 103 with tf.compat.v1.Session(graph=tf.Graph()) as sess: 138 data_tensor = sess.graph.get_tensor_by_name(FLAGS.input_names[0]) 139 sample_rate_tensor = sess.graph.get_tensor_by_name(FLAGS.input_names[1]) 140 output_softmax_tensor = sess.graph.get_tensor_by_name(FLAGS.output_name)
|
A D | label_wav.cc | 103 string graph = ""; in main() local 110 Flag("graph", &graph, "model to be executed"), in main() 132 Status load_graph_status = LoadGraph(graph, &session); in main()
|
A D | test_streaming_accuracy.cc | 135 string graph = ""; in main() local 150 Flag("graph", &graph, "model to be executed"), in main() 189 Status load_graph_status = LoadGraph(graph, &session); in main()
|
A D | label_wav_test.py | 54 f.write(sess.graph.as_graph_def().SerializeToString())
|
A D | input_data.py | 127 with tf.compat.v1.Session(graph=tf.Graph()) as sess: 144 with tf.compat.v1.Session(graph=tf.Graph()) as sess: 355 with tf.compat.v1.Session(graph=tf.Graph()) as sess: 662 with tf.compat.v1.Session(graph=tf.Graph()) as sess:
|
A D | train.py | 200 sess.graph)
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/kernels/ |
A D | subgraph_test_util.h | 87 void BuildAssignRandomValueToVariableSubgraph(Subgraph* graph); 91 void BuildCallOnceAndReadVariableSubgraph(Subgraph* graph);
|
/AliOS-Things-master/components/SDL2/docs/ |
A D | doxyfile | 1418 # will generate a graph for each documented class showing the direct and 1425 # will generate a graph for each documented class showing the direct and 1432 # will generate a graph for groups, showing the direct groups dependencies 1455 # HAVE_DOT tags are set to YES then doxygen will generate a graph for each 1462 # doxygen will generate a call dependency graph for every global function 1470 # doxygen will generate a caller dependency graph for every global function 1507 # nodes that will be shown in the graph. If the number of nodes in a graph 1508 # becomes larger than this value, doxygen will truncate the graph, which is 1511 # DOT_GRAPH_MAX_NODES then the graph will not be shown at all. Also note 1512 # that the size of a graph can be further restricted by MAX_DOT_GRAPH_DEPTH. [all …]
|
/AliOS-Things-master/components/SDL2/src/hidapi/doxygen/ |
A D | Doxyfile | 1497 # will generate a graph for each documented class showing the direct and 1504 # will generate a graph for each documented class showing the direct and 1511 # will generate a graph for groups, showing the direct groups dependencies 1527 # tags are set to YES then doxygen will generate a graph for each documented 1534 # HAVE_DOT tags are set to YES then doxygen will generate a graph for each 1541 # doxygen will generate a call dependency graph for every global function 1549 # doxygen will generate a caller dependency graph for every global function 1586 # nodes that will be shown in the graph. If the number of nodes in a graph 1587 # becomes larger than this value, doxygen will truncate the graph, which is 1590 # DOT_GRAPH_MAX_NODES then the graph will not be shown at all. Also note [all …]
|
/AliOS-Things-master/solutions/tflite_micro_speech_demo/micro_speech/train/ |
A D | train_micro_speech_model.ipynb | 289 …graph, weights, etc) into a single file for inference. This process is known as freezing a model a… 322 …"Convert the frozen graph into a TensorFlow Lite model, which is fully quantized for use with embe…
|
/AliOS-Things-master/components/SDL2/src/gfx/Docs/ |
A D | html.doxyfile | 1673 # will generate a graph for each documented class showing the direct and 1680 # will generate a graph for each documented class showing the direct and 1687 # will generate a graph for groups, showing the direct groups dependencies 1699 # graph may become too big to be useful. The UML_LIMIT_NUM_FIELDS 1719 # HAVE_DOT tags are set to YES then doxygen will generate a graph for each 1726 # doxygen will generate a call dependency graph for every global function 1734 # doxygen will generate a caller dependency graph for every global function 1788 # nodes that will be shown in the graph. If the number of nodes in a graph 1789 # becomes larger than this value, doxygen will truncate the graph, which is 1792 # DOT_GRAPH_MAX_NODES then the graph will not be shown at all. Also note [all …]
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/experimental/microfrontend/ |
A D | README.md | 44 output of the operation must be handled externally in the graph.
|
/AliOS-Things-master/components/littlevgl/scripts/ |
A D | Doxyfile | 2214 # If the CLASS_GRAPH tag is set to YES then doxygen will generate a graph for 2268 # YES then doxygen will generate a graph for each documented file showing the 2286 # dependency graph for every global function or class method. 2290 # functions only using the \callgraph command. Disabling a call graph can be 2298 # dependency graph for every global function or class method. 2398 # that will be shown in the graph. If the number of nodes in a graph becomes 2401 # children of the root node in a graph is already larger than 2402 # DOT_GRAPH_MAX_NODES then the graph will not be shown at all. Also note that 2403 # the size of a graph can be further restricted by MAX_DOT_GRAPH_DEPTH. 2414 # note that the size of a graph can be further restricted by [all …]
|
/AliOS-Things-master/components/ucloud_ai/src/model/aliyun-openapi/ |
A D | README-CN.md | 11 …mg src="https://codecov.io/gh/aliyun/aliyun-openapi-cpp-sdk/branch/master/graph/badge.svg" alt="co…
|
A D | README-ENG.md | 11 …mg src="https://codecov.io/gh/aliyun/aliyun-openapi-cpp-sdk/branch/master/graph/badge.svg" alt="co…
|
/AliOS-Things-master/components/jsoncpp/doc/ |
A D | doxyfile.in | 2093 # If the CLASS_GRAPH tag is set to YES then doxygen will generate a graph for 2110 # If the GROUP_GRAPHS tag is set to YES then doxygen will generate a graph for 2147 # YES then doxygen will generate a graph for each documented file showing the 2165 # dependency graph for every global function or class method. 2176 # dependency graph for every global function or class method. 2245 # that will be shown in the graph. If the number of nodes in a graph becomes 2248 # children of the root node in a graph is already larger than 2249 # DOT_GRAPH_MAX_NODES then the graph will not be shown at all. Also note that 2250 # the size of a graph can be further restricted by MAX_DOT_GRAPH_DEPTH. 2261 # note that the size of a graph can be further restricted by [all …]
|
A D | web_doxyfile.in | 2081 # If the CLASS_GRAPH tag is set to YES then doxygen will generate a graph for 2098 # If the GROUP_GRAPHS tag is set to YES then doxygen will generate a graph for 2135 # YES then doxygen will generate a graph for each documented file showing the 2153 # dependency graph for every global function or class method. 2164 # dependency graph for every global function or class method. 2233 # that will be shown in the graph. If the number of nodes in a graph becomes 2236 # children of the root node in a graph is already larger than 2237 # DOT_GRAPH_MAX_NODES then the graph will not be shown at all. Also note that 2238 # the size of a graph can be further restricted by MAX_DOT_GRAPH_DEPTH. 2249 # note that the size of a graph can be further restricted by [all …]
|
/AliOS-Things-master/documentation/doxygen/ |
A D | Doxyfile-AOS | 2520 # If the CLASS_GRAPH tag is set to YES then doxygen will generate a graph for 2596 # YES then doxygen will generate a graph for each documented file showing the 2614 # dependency graph for every global function or class method. 2618 # functions only using the \callgraph command. Disabling a call graph can be 2626 # dependency graph for every global function or class method. 2724 # that will be shown in the graph. If the number of nodes in a graph becomes 2727 # children of the root node in a graph is already larger than 2728 # DOT_GRAPH_MAX_NODES then the graph will not be shown at all. Also note that 2729 # the size of a graph can be further restricted by MAX_DOT_GRAPH_DEPTH. 2740 # note that the size of a graph can be further restricted by [all …]
|
/AliOS-Things-master/components/py_engine/engine/ |
A D | README.md | 1 …) [![codecov](https://codecov.io/gh/micropython/micropython/branch/master/graph/badge.svg?token=I9…
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/experimental/acceleration/configuration/ |
A D | configuration.proto | 414 // Whether the inference produced correct results (validation graph output
|