Home
last modified time | relevance | path

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

123

/external/tensorflow/tensorflow/contrib/checkpoint/python/
DBUILD14 ":visualize",
98 name = "visualize",
99 srcs = ["visualize.py"],
113 ":visualize",
Dvisualize_test.py22 from tensorflow.contrib.checkpoint.python import visualize
68 dot_graph_string = visualize.dot_graph_from_checkpoint(prefix)
/external/tensorflow/tensorflow/lite/g3doc/guide/
Dfaq.md44 If that approach yields an error, you can visualize the GraphDef with
46 look for the inputs and outputs in the graph. To visualize a `.pb` file, use the
57 [visualize.py](https://github.com/tensorflow/tensorflow/blob/master/tensorflow/lite/tools/visualize
61 * Run the `visualize.py` script with bazel:
64 bazel run //tensorflow/lite/tools:visualize model.tflite visualized_model.html
Dget_started.md129 The easiest way to find them is to visualize the graph, either with
172 to visualize TensorFlow Lite models after conversion. To build the
173 [visualize.py](https://github.com/tensorflow/tensorflow/blob/master/tensorflow/lite/tools/visualize
177 bazel run tensorflow/lite/tools:visualize -- model.tflite model_viz.html
/external/tensorflow/tensorflow/lite/tools/
DBUILD13 name = "visualize",
14 srcs = ["visualize.py"],
/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:
Dprofile_time.md143 Usually, use graph view to generate a timeline to visualize the result.
/external/tensorflow/tensorflow/python/summary/
DREADME.md5 but it can be used by anyone who wishes to analyze or visualize TensorFlow
/external/v8/tools/heap-stats/
DREADME.md4 For example, the tool can be used to visualize how much heap memory is used for
/external/tensorflow/tensorflow/contrib/checkpoint/
D__init__.py50 from tensorflow.contrib.checkpoint.python.visualize import dot_graph_from_checkpoint
/external/tensorflow/tensorflow/lite/g3doc/r2/convert/
Dpython_api.md200 …[visualize.py](https://github.com/tensorflow/tensorflow/blob/master/tensorflow/lite/tools/visualiz…
201 Unlike GraphViz, it enables users to visualize the graph after post training
/external/swiftshader/third_party/LLVM/docs/CommandGuide/
Dllvm-prof.pod31 particularly useful when trying to visualize how frequently basic blocks
/external/perf_data_converter/
DREADME.md52 should convert this into a profile.proto then visualize it using
/external/brotli/research/
DREADME.md3 … size, to bring significant compression density improvements. Our tools visualize the backward ref…
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_SampleDistortedBoundingBoxV2.pbtxt102 image. The latter may be supplied to `tf.image.draw_bounding_boxes` to visualize
Dapi_def_SampleDistortedBoundingBox.pbtxt102 image. The latter may be supplied to `tf.image.draw_bounding_boxes` to visualize
/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/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowView.java86 public static String visualize(View view) { in visualize() method in ShadowView
DShadowCanvas.java51 public static String visualize(Canvas canvas) { in visualize() method in ShadowCanvas
DShadowBitmap.java67 public static String visualize(Bitmap bitmap) { in visualize() method in ShadowBitmap
/external/tensorflow/tensorflow/compiler/xla/g3doc/
Djit.md162 module that's run. You can read this as-is, or you can visualize it using
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowCanvasTest.java83 …ile:/an/image.jpg transformed by Matrix[pre=[], set={}, post=[]]", ShadowCanvas.visualize(canvas)); in visualize_shouldReturnDescription()
/external/tensorflow/tensorflow/core/profiler/
DREADME.md243 # Use google-pprof, from the google-perftools package to visualize the generated file.
/external/perfetto/docs/
Dheapprofd.md54 [Speedscope](https://speedscope.app) can also be used to visualize the heap

123