Home
last modified time | relevance | path

Searched refs:src_graph (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/python/ops/
Dgradients_util.py488 src_graph=None): argument
493 if src_graph is None:
494 src_graph = ops.get_default_graph()
504 curr_graph = src_graph
602 src_graph._is_function(op.type) or is_partitioned_call)
611 func_call = src_graph._get_function( # pylint: disable=protected-access
614 func_call = src_graph._get_function(op.type) # pylint: disable=protected-access
663 with src_graph._original_op(op):
Dcond_v2.py371 src_graph=func_graph)
Dwhile_v2.py677 ys, xs, grad_ys=grad_ys, src_graph=func_graph,
/external/tensorflow/tensorflow/core/graph/
Dgraph_partition.cc1070 GraphDef* src_graph = &(*partitions)[opts.node_to_loc(src)]; in Partition() local
1071 if (src_graph == dst_graph && !NeedSameDeviceSendRecv(edge, g_info)) { in Partition()
1130 NodeDef* dummy = AddDummyConst(opts, src_graph, edge, &status); in Partition()
1144 NodeDef* send = AddSend(opts, g_info, src_graph, edge, send_from, in Partition()
1155 if (src_graph == dst_graph) { in Partition()
/external/tensorflow/tensorflow/python/eager/
Dfunction.py707 src_graph=self._func_graph)
943 src_graph=self._func_graph)
1154 src_graph=forward_wrapper.graph)
/external/tensorflow/tensorflow/c/
Dc_api.cc1837 Status CopyGraph(Graph* src_graph, Graph* dst_graph, in CopyGraph() argument
1847 src_graph->ToGraphDef(&gdef); in CopyGraph()