HomeSort by relevance Sort by last modified time
    Searched full:strip_unused (Results 1 - 6 of 6) sorted by null

  /external/tensorflow/tensorflow/python/tools/
strip_unused.py 30 bazel build tensorflow/python/tools:strip_unused && \
31 bazel-bin/tensorflow/python/tools/strip_unused \
BUILD 22 ":strip_unused",
121 name = "strip_unused",
122 srcs = ["strip_unused.py"],
strip_unused_lib.py 32 def strip_unused(input_graph_def, input_node_names, output_node_names, function
111 output_graph_def = strip_unused(input_graph_def,
optimize_for_inference_lib.py 107 optimized_graph_def = strip_unused_lib.strip_unused(
  /external/tensorflow/tensorflow/tools/graph_transforms/python/
transform_graph_test.py 32 # inference path, and then tests that the strip_unused transform removes it as
  /external/tensorflow/tensorflow/examples/android/src/org/tensorflow/demo/
ClassifierActivity.java 62 // python strip_unused.py \

Completed in 119 milliseconds