Searched full:visualize (Results 1 – 25 of 375) sorted by relevance
12345678910>>...15
26 * Holds presentations used to visualize autofill suggestions for each available UI type.34 * The presentation used to visualize this field in fill UI.44 * The {@link InlinePresentation} used to visualize this dataset as inline suggestions.50 * The presentation used to visualize this field in the123 * The presentation used to visualize this field in fill UI.134 * The {@link InlinePresentation} used to visualize this dataset as inline suggestions.143 * The presentation used to visualize this field in the fill dialog UI.181 * The presentation used to visualize this field in fill UI.195 * The {@link InlinePresentation} used to visualize this dataset as inline suggestions.207 * The presentation used to visualize this field in the fill dialog UI.
497 * @param presentation The presentation used to visualize this dataset.511 * @param inlinePresentation The {@link InlinePresentation} used to visualize this dataset527 * @param presentations The presentations used to visualize this dataset.548 * Sets the {@link InlinePresentation} used to visualize this dataset as inline suggestions.568 * @param inlinePresentation the {@link InlinePresentation} used to visualize this779 * visualize it.793 * @param presentation the presentation used to visualize this field.850 * visualize it and a <a href="#Filtering">explicit filter</a>.871 * @param presentation the presentation used to visualize this field.890 * visualize it and an {@link InlinePresentation} to visualize it as an inline suggestion.[all …]
53 * The presentations used to visualize this field in Autofill UI.101 * The presentations used to visualize this field in Autofill UI.144 * The presentations used to visualize this field in Autofill UI.
479 * which is used to visualize the response for triggering the authentication490 * @param presentation The presentation to visualize the response.549 * @param presentation The presentation to visualize the response.550 * @param inlinePresentation The inlinePresentation to visualize the response inline.642 * which is used to visualize the response for triggering the authentication654 * @param presentations The presentations to visualize the response.
24 pb_graph = visualize(graph_executor)29 def visualize(graph, name_prefix='', pb_graph=None, executors_it=None): function36 partial(visualize, pb_graph=pb_graph))63 this will simply be `visualize` for the top-level GraphExecutor,73 visualize(graph=state.autograd_fallback_graph,87 visualize(plan.graph, subgraph_name, pb_graph, iter(plan.code.executors()))92 visualize(plan.grad_executor, grad_subgraph_name, pb_graph)98 """Recursive part of visualize (basically skips setting up the input and output nodes)."""
45 If the summarize_graph tool yields an error, you can visualize the GraphDef with47 look for the inputs and outputs in the graph. To visualize a `.pb` file, use the57 [Netron](https://github.com/lutzroeder/netron) is the easiest way to visualize a61 [visualize.py](https://github.com/tensorflow/tensorflow/blob/master/tensorflow/lite/tools/visualize…67 python -m tensorflow.lite.tools.visualize model.tflite visualized_model.html73 * Run the `visualize.py` script with bazel:76 bazel run //tensorflow/lite/tools:visualize model.tflite visualized_model.html
META-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt org ...
6 # Follow the link to run the visualize.py15 echo "Follow the link to set up the prerequisites for running visualize.py: \17 read -p "Are you able to run the visualize.py script with bazel? [Y/N]" -n 1 -r21 # The .json files are always output to /tmp by the tflite visualize tool31 bazel run //tensorflow/lite/tools:visualize $file $HTML_DIR/$modelname.html
20 from tensorflow.lite.tools import visualize28 self.assertEqual('FLOAT32', visualize.TensorTypeToName(0))31 self.assertEqual('HASHTABLE_LOOKUP', visualize.BuiltinCodeToName(10))35 model_dict = visualize.CreateDictFromFlatbuffer(model)50 html_text = visualize.create_html(model_filename)
17 name = "visualize",18 srcs = ["visualize.py"],29 srcs = ["visualize.py"],44 ":visualize",
111 // Visualize postprocessed dot output112 …ot, invokeDot("svg"), invokeVisualizer("svg", []string{"eog"}), false, "Visualize graph through eo…113 … invokeDot("pdf"), invokeVisualizer("pdf", []string{"evince"}), false, "Visualize graph through ev…114 …ot("ps"), invokeVisualizer("ps", []string{"gv --noantialias"}), false, "Visualize graph through gv…115 …"web": {report.Dot, massageDotSVG(), invokeVisualizer("svg", browsers()), false, "Visualize gra…117 // Visualize callgrind output118 …"kcachegrind": {report.Callgrind, nil, invokeVisualizer("grind", kcachegrind), false, "Visualize r…120 // Visualize HTML directly generated by report.
6 * [Visualize](#visualize)92 ### Visualize subsection95 To visualize the result of Python API results:
190 * This field will be used to filter and visualize Runs in the Tensorboard UI.214 * This field will be used to filter and visualize Runs in the Tensorboard UI.241 * This field will be used to filter and visualize Runs in the Tensorboard UI.265 * This field will be used to filter and visualize Runs in the Tensorboard UI.293 * This field will be used to filter and visualize Runs in the Tensorboard UI.
375 * This field will be used to filter and visualize Runs in the Tensorboard UI.411 * This field will be used to filter and visualize Runs in the Tensorboard UI.438 * This field will be used to filter and visualize Runs in the Tensorboard UI.472 * This field will be used to filter and visualize Runs in the Tensorboard UI.1857 * This field will be used to filter and visualize Runs in the Tensorboard UI.1893 * This field will be used to filter and visualize Runs in the Tensorboard UI.1920 * This field will be used to filter and visualize Runs in the Tensorboard UI.1954 * This field will be used to filter and visualize Runs in the Tensorboard UI.1994 * This field will be used to filter and visualize Runs in the Tensorboard UI.2030 * This field will be used to filter and visualize Runs in the Tensorboard UI.[all …]
375 * This field will be used to filter and visualize Runs in the Tensorboard UI.411 * This field will be used to filter and visualize Runs in the Tensorboard UI.438 * This field will be used to filter and visualize Runs in the Tensorboard UI.472 * This field will be used to filter and visualize Runs in the Tensorboard UI.1858 * This field will be used to filter and visualize Runs in the Tensorboard UI.1894 * This field will be used to filter and visualize Runs in the Tensorboard UI.1921 * This field will be used to filter and visualize Runs in the Tensorboard UI.1955 * This field will be used to filter and visualize Runs in the Tensorboard UI.1995 * This field will be used to filter and visualize Runs in the Tensorboard UI.2031 * This field will be used to filter and visualize Runs in the Tensorboard UI.[all …]
68 write_graph: whether to visualize the graph in TensorBoard. The log file70 write_grads: whether to visualize gradient histograms in TensorBoard.74 write_images: whether to write model weights to visualize as image in244 # visualize embeddings.418 raise ValueError('To visualize embeddings, embeddings_data must '
3 Gather and visualize memory information of each crosvm process, the guest and virtio-balllon for a50 ### Visualize the data52 Visualize the obtained JSON file with `plot.py`.
18 Then visualize the error state (from the mesa build directory) :81 To visualize a file generated from a DG2 error state (from the mesa87 To visualize and edit a file generated from a DG2 error state (from the mesa
142 * Funnel exploration lets you visualize the steps your users take to complete201 * Funnel exploration lets you visualize the steps your users take to complete247 * Funnel exploration lets you visualize the steps your users take to complete288 * Funnel exploration lets you visualize the steps your users take to complete
144 def visualize( function316 """A python script to visualize heap usage given a dump file."""332 visualize(**vars(parser.parse_args()))
499 …String visualized = visualize(MinimalEncoder.encodeHighLevel("that particularly stands out to me i… in testECIs()508 …visualized = visualize(MinimalEncoder.encodeHighLevel("that particularly stands out to me is \u062… in testECIs()542 return visualize(encoded); in encodeHighLevel()552 static String visualize(CharSequence codewords) { in visualize() method in HighLevelEncodeTestCase
33 assertEquals("142 164 186 114 25 5 88 102", HighLevelEncodeTestCase.visualize(s)); in testRS()38 assertEquals("66 129 70 138 234 82 82 95", HighLevelEncodeTestCase.visualize(s)); in testRS()
547 parser = argparse.ArgumentParser(description=f'Visualize memory dumps produced by {fn_name}')581 …("segment_plot", "Visualize how allocations are packed into allocator segments at each point in a …586 …help = 'visualize trace from this device (default: chooses the only device with trace info or erro…591 help = 'visualize change to segments rather than individual allocations'
41 …[visualize.py](https://github.com/tensorflow/tensorflow/blob/master/tensorflow/lite/tools/visualiz…