Home
last modified time | relevance | path

Searched refs:graph_replace (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/contrib/graph_editor/tests/
Dtransform_test.py161 c_new = ge.graph_replace(c, {a: a_new})
175 c_new = ge.graph_replace({"c": c}, {a: a_new})
191 c_new = ge.graph_replace(collections.OrderedDict({"c": c}), {a: a_new})
202 c_new = ge.graph_replace(one_tensor(c), {a: a_new})
211 res = ge.graph_replace([b, c], {a: d})
227 res = ge.graph_replace(g, replacement_ts, dst_scope="res")
/external/tensorflow/tensorflow/contrib/graph_editor/
Dtransform.py709 def graph_replace(target_ts, replacement_ts, dst_scope="", function