OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:as_graph_def
(Results
76 - 94
of
94
) sorted by null
1
2
3
4
/external/tensorflow/tensorflow/python/saved_model/
save.py
534
graph_def = exported_graph.
as_graph_def
(add_shapes=True)
[
all
...]
/external/tensorflow/tensorflow/python/training/
checkpoint_utils_test.py
147
self.assertLess(len(str(session.graph.
as_graph_def
())), 29000)
saver.py
[
all
...]
saver_test.py
200
graph_defs.append(g.
as_graph_def
())
[
all
...]
basic_session_run_hooks_test.py
749
graph_def=self.graph.
as_graph_def
(add_shapes=True),
[
all
...]
/external/tensorflow/tensorflow/lite/python/
lite.py
254
graph_def = _run_graph_optimizations(frozen_func.graph.
as_graph_def
(),
[
all
...]
/external/tensorflow/tensorflow/python/ops/
summary_ops_v2.py
[
all
...]
/external/tensorflow/tensorflow/contrib/learn/python/learn/
monitors.py
892
graph_def = graph.
as_graph_def
()
[
all
...]
/external/tensorflow/tensorflow/python/client/
session.py
760
return self._graph.
as_graph_def
(add_shapes=self._add_shapes)
[
all
...]
session_test.py
[
all
...]
/external/tensorflow/tensorflow/python/kernel_tests/
shape_ops_test.py
471
gdef = tiled.graph.
as_graph_def
()
constant_op_test.py
277
g.
as_graph_def
()
[
all
...]
embedding_ops_test.py
332
print(ops.get_default_graph().
as_graph_def
())
[
all
...]
functional_ops_test.py
808
for func in g.
as_graph_def
().library.function:
[
all
...]
/external/tensorflow/tensorflow/python/framework/
op_def_library_test.py
[
all
...]
test_util.py
121
gd = graph.
as_graph_def
()
[
all
...]
ops.py
3303
def
as_graph_def
(self, from_version=None, add_shapes=False):
member in class:Graph
[
all
...]
/external/tensorflow/tensorflow/python/grappler/
layout_optimizer_test.py
179
meta_graph = saver_lib.export_meta_graph(graph_def=graph.
as_graph_def
())
[
all
...]
/external/tensorflow/tensorflow/lite/testing/
generate_examples.py
290
session, session.graph.
as_graph_def
(), [x.op.name for x in outputs])
[
all
...]
Completed in 632 milliseconds
1
2
3
4