HomeSort by relevance Sort by last modified time
    Searched refs:visualize (Results 1 - 14 of 14) sorted by null

  /external/tensorflow/tensorflow/contrib/checkpoint/python/
visualize_test.py 22 from tensorflow.contrib.checkpoint.python import visualize
68 dot_graph_string = visualize.dot_graph_from_checkpoint(prefix)
  /external/tensorflow/tensorflow/contrib/checkpoint/
__init__.py 50 from tensorflow.contrib.checkpoint.python.visualize import dot_graph_from_checkpoint
  /external/brotli/research/
README.md 3 In this directory we publish simple tools to analyze backward reference distance distributions in LZ77 compression. We developed these tools to be able to make more efficient encoding of distances in large-window brotli. In large-window compression the average cost of a backward reference distance is higher, and this may allow for more advanced encoding strategies, such as delta coding or an increase in context size, to bring significant compression density improvements. Our tools visualize the backward references as histogram images, i.e., one pixel in the image shows how many distances of a certain range exist at a certain locality in the data. The human visual system is excellent at pattern detection, so we tried to roughly identify patterns visually before going into more quantitative analysis. These tools can turn out to be useful in development of other LZ77-based compressors and we hope you try them out.
  /external/tensorflow/tensorflow/core/profiler/g3doc/
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.
python_api.md 6 * [Visualize](#visualize)
92 ### Visualize
95 To visualize the result of Python API results:
profile_time.md 143 Usually, use graph view to generate a timeline to visualize the result.
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowCanvas.java 48 * @param canvas the canvas to visualize
51 public static String visualize(Canvas canvas) { method in class:ShadowCanvas
ShadowView.java 83 * @param view the view to visualize
86 public static String visualize(View view) { method in class:ShadowView
ShadowBitmap.java 64 * @param bitmap the bitmap to visualize
67 public static String visualize(Bitmap bitmap) { method in class:ShadowBitmap
  /external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
ShadowCanvasTest.java 83 "Bitmap for file:/an/image.jpg transformed by Matrix[pre=[], set={}, post=[]]", ShadowCanvas.visualize(canvas));
ShadowBitmapTest.java 192 assertThat(ShadowBitmap.visualize(bitmap))
ShadowViewTest.java 287 assertThat(ShadowView.visualize(view)).isEqualTo("background:\nBitmap for file:some/fake/file");
  /external/error_prone/checkerframework/
dataflow-2.5.3.jar 
  /external/error_prone/error_prone/
error_prone_core-2.3.2-with-dependencies.jar 

Completed in 680 milliseconds