Searched refs:src_graph (Results 1 – 6 of 6) sorted by relevance
/external/tensorflow/tensorflow/python/ops/ |
D | gradients_util.py | 489 src_graph=None): argument 494 if src_graph is None: 495 src_graph = ops.get_default_graph() 505 curr_graph = src_graph 603 src_graph._is_function(op.type) or is_partitioned_call) 613 func_call = src_graph._get_function( # pylint: disable=protected-access 618 if not func_call and hasattr(src_graph, "outer_graph"): 619 graph = src_graph.outer_graph 629 func_call = src_graph._get_function(op.type) # pylint: disable=protected-access 678 with src_graph._original_op(op):
|
D | cond_v2.py | 386 src_graph=func_graph)
|
D | while_v2.py | 705 ys, xs, grad_ys=grad_ys, src_graph=func_graph,
|
/external/tensorflow/tensorflow/core/graph/ |
D | graph_partition.cc | 1072 GraphDef* src_graph = &(*partitions)[opts.node_to_loc(src)]; in Partition() local 1073 if (src_graph == dst_graph && !NeedSameDeviceSendRecv(edge, g_info)) { in Partition() 1132 NodeDef* dummy = AddDummyConst(opts, src_graph, edge, &status); in Partition() 1146 NodeDef* send = AddSend(opts, g_info, src_graph, edge, send_from, in Partition() 1157 if (src_graph == dst_graph) { in Partition()
|
/external/tensorflow/tensorflow/python/eager/ |
D | function.py | 713 src_graph=self._func_graph) 930 src_graph=self._func_graph) 1134 src_graph=forward_wrapper.graph)
|
/external/tensorflow/tensorflow/c/ |
D | c_api.cc | 1840 Status CopyGraph(Graph* src_graph, Graph* dst_graph, in CopyGraph() argument 1850 src_graph->ToGraphDef(&gdef); in CopyGraph()
|