Home
last modified time | relevance | path

Searched refs:visualize (Results 1 – 25 of 67) sorted by relevance

123

/external/tensorflow/tensorflow/lite/tools/
Dvisualize_test.py24 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)
DBUILD17 name = "visualize",
18 srcs = ["visualize.py"],
34 ":visualize",
/external/tensorflow/tensorflow/lite/micro/kernels/vexriscv/utils/
DREADME.md77 #### 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`
Dlog_parser.py339 if args.visualize:
/external/tensorflow/tensorflow/lite/g3doc/guide/
Dfaq.md56 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/
Dtest_util.py23 from tensorflow.lite.tools import visualize
41 op_set.add(visualize.BuiltinCodeToName(builtin_code))
DBUILD102 "//tensorflow/lite/tools:visualize",
/external/tensorflow/tensorflow/lite/g3doc/convert/
Dapi_updates.md41 …[visualize.py](https://github.com/tensorflow/tensorflow/blob/master/tensorflow/lite/tools/visualiz…
/external/tensorflow/tensorflow/core/profiler/g3doc/
Dprofile_memory.md3 It is generally a good idea to visualize the memory usage in timeline.
20 # You can also visualize the memory information through other methods.
Dpython_api.md6 * [Visualize](#visualize)
95 To visualize the result of Python API results:
/external/perfetto/
DREADME.md6 library for analyzing traces using SQL and a web-based UI to visualize and
/external/perfetto/src/trace_processor/python/
DREADME.md6 library for analyzing traces using SQL and a web-based UI to visualize and
/external/tensorflow/tensorflow/python/summary/
DREADME.md5 but it can be used by anyone who wishes to analyze or visualize TensorFlow
/external/pigweed/pw_allocator/py/pw_allocator/
Dheap_viewer.py119 def visualize(dump_file=None, function
281 visualize(**vars(parser.parse_args()))
/external/virglrenderer/perf-testing/
DREADME.md64 In order to visualize the traces, the Perfetto UI needs to be running in a local
/external/brotli/research/
DREADME.md3 … size, to bring significant compression density improvements. Our tools visualize the backward ref…
/external/pigweed/pw_allocator/
Ddocs.rst49 ``pw_allocator`` supplies a pw command ``pw heap-viewer`` to help visualize
/external/tensorflow/tensorflow/lite/g3doc/inference_with_metadata/
Doverview.md58 [visualizing the metadata](../convert/metadata.md#visualize-the-metadata).
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_SampleDistortedBoundingBox.pbtxt102 image. The latter may be supplied to `tf.image.draw_bounding_boxes` to visualize
Dapi_def_SampleDistortedBoundingBoxV2.pbtxt102 image. The latter may be supplied to `tf.image.draw_bounding_boxes` to visualize
Dapi_def_StatelessSampleDistortedBoundingBox.pbtxt96 image. The latter may be supplied to `tf.image.draw_bounding_boxes` to visualize
/external/webrtc/modules/audio_processing/test/py_quality_assessment/
DREADME.md92 After generating stats, it can help to visualize how a score depends on a
/external/grpc-grpc-java/benchmarks/
DREADME.md22 …alizes the histogram to `FILE` which can then be used with a plotter to visualize the latency dist…
/external/rust/crates/rayon/
DREADME.md103 > cargo run --release -- nbody visualize
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowCanvas.java51 public static String visualize(Canvas canvas) { in visualize() method in ShadowCanvas

123