Home
last modified time | relevance | path

Searched refs:fuse_op (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/lite/python/
Dcreate_custom_op.py41 from tensorflow.contrib.framework.python.framework.graph_util import fuse_op
83 new_graph = fuse_op(
/external/tensorflow/tensorflow/contrib/framework/python/framework/
Dgraph_util_test.py50 fused_graph_def = graph_util.fuse_op(
72 fused_graph_def = graph_util.fuse_op(graph_def, ['A', 'A1'], ['D'],
Dgraph_util.py37 def fuse_op(graph_def, input_nodes, output_nodes, output_dtypes, function