/external/tensorflow/tensorflow/lite/tools/ |
D | visualize_test.py | 24 from tensorflow.lite.tools import visualize 32 self.assertEqual('FLOAT32', visualize.TensorTypeToName(0)) 35 self.assertEqual('HASHTABLE_LOOKUP', visualize.BuiltinCodeToName(10)) 39 model_dict = visualize.CreateDictFromFlatbuffer(model) 55 visualize.CreateHtmlFile(model_filename, html_filename)
|
D | BUILD | 17 name = "visualize", 18 srcs = ["visualize.py"], 34 ":visualize",
|
/external/tensorflow/tensorflow/lite/micro/kernels/vexriscv/utils/ |
D | README.md | 77 #### Parse and visualize the log 80 # The following command is used to parse and visualize the log file 84 python log_parser.py [INPUT] --regex=gdb_regex.json --visualize --top=7 --source=gdb 89 and visualize it. (set the image title with argument `--title`) 92 python log_parser.py profile.txt --regex=gdb_regex.json --visualize --top=7 --title=magic_wand 103 --regex=gdb_regex.json --visualize --top=7 --full-trace`
|
D | log_parser.py | 339 if args.visualize:
|
/external/tensorflow/tensorflow/lite/g3doc/guide/ |
D | faq.md | 56 If the summarize_graph tool yields an error, you can visualize the GraphDef with 58 look for the inputs and outputs in the graph. To visualize a `.pb` file, use the 68 [Netron](https://github.com/lutzroeder/netron) is the easiest way to visualize a 72 [visualize.py](https://github.com/tensorflow/tensorflow/blob/master/tensorflow/lite/tools/visualize… 78 python -m tensorflow.lite.tools.visualize model.tflite visualized_model.html 84 * Run the `visualize.py` script with bazel: 87 bazel run //tensorflow/lite/tools:visualize model.tflite visualized_model.html
|
/external/tensorflow/tensorflow/lite/python/ |
D | test_util.py | 23 from tensorflow.lite.tools import visualize 41 op_set.add(visualize.BuiltinCodeToName(builtin_code))
|
D | BUILD | 102 "//tensorflow/lite/tools:visualize",
|
/external/tensorflow/tensorflow/lite/g3doc/convert/ |
D | api_updates.md | 41 …[visualize.py](https://github.com/tensorflow/tensorflow/blob/master/tensorflow/lite/tools/visualiz…
|
/external/tensorflow/tensorflow/core/profiler/g3doc/ |
D | profile_memory.md | 3 It is generally a good idea to visualize the memory usage in timeline. 20 # You can also visualize the memory information through other methods.
|
D | python_api.md | 6 * [Visualize](#visualize) 95 To visualize the result of Python API results:
|
/external/perfetto/ |
D | README.md | 6 library for analyzing traces using SQL and a web-based UI to visualize and
|
/external/perfetto/src/trace_processor/python/ |
D | README.md | 6 library for analyzing traces using SQL and a web-based UI to visualize and
|
/external/tensorflow/tensorflow/python/summary/ |
D | README.md | 5 but it can be used by anyone who wishes to analyze or visualize TensorFlow
|
/external/pigweed/pw_allocator/py/pw_allocator/ |
D | heap_viewer.py | 119 def visualize(dump_file=None, function 281 visualize(**vars(parser.parse_args()))
|
/external/virglrenderer/perf-testing/ |
D | README.md | 64 In order to visualize the traces, the Perfetto UI needs to be running in a local
|
/external/brotli/research/ |
D | README.md | 3 … size, to bring significant compression density improvements. Our tools visualize the backward ref…
|
/external/pigweed/pw_allocator/ |
D | docs.rst | 49 ``pw_allocator`` supplies a pw command ``pw heap-viewer`` to help visualize
|
/external/tensorflow/tensorflow/lite/g3doc/inference_with_metadata/ |
D | overview.md | 58 [visualizing the metadata](../convert/metadata.md#visualize-the-metadata).
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_SampleDistortedBoundingBox.pbtxt | 102 image. The latter may be supplied to `tf.image.draw_bounding_boxes` to visualize
|
D | api_def_SampleDistortedBoundingBoxV2.pbtxt | 102 image. The latter may be supplied to `tf.image.draw_bounding_boxes` to visualize
|
D | api_def_StatelessSampleDistortedBoundingBox.pbtxt | 96 image. The latter may be supplied to `tf.image.draw_bounding_boxes` to visualize
|
/external/webrtc/modules/audio_processing/test/py_quality_assessment/ |
D | README.md | 92 After generating stats, it can help to visualize how a score depends on a
|
/external/grpc-grpc-java/benchmarks/ |
D | README.md | 22 …alizes the histogram to `FILE` which can then be used with a plotter to visualize the latency dist…
|
/external/rust/crates/rayon/ |
D | README.md | 103 > cargo run --release -- nbody visualize
|
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/ |
D | ShadowCanvas.java | 51 public static String visualize(Canvas canvas) { in visualize() method in ShadowCanvas
|