Home
last modified time | relevance | path

Searched defs:incoming_edge (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/python/framework/
Dconvert_to_constants.py100 def convert_variable_to_constant(self, incoming_edge, tensor_data): argument
187 def convert_variable_to_constant(self, incoming_edge, tensor_data): argument
283 def convert_variable_to_constant(self, incoming_edge, tensor_data): argument
368 def convert_variable_to_constant(self, incoming_edge, tensor_data): argument
381 def convert_variable_to_constant(self, incoming_edge, tensor_data): argument
393 def convert_variable_to_constant(self, incoming_edge, tensor_data): argument
413 def convert_variable_to_constant(self, incoming_edge, tensor_data): argument
448 def convert_variable_to_constant(self, incoming_edge, tensor_data): argument
463 def convert_variable_to_constant(self, incoming_edge, tensor_data): argument
527 def convert_variable_to_constant(self, incoming_edge, tensor_data): argument
[all …]
/external/tensorflow/tensorflow/compiler/jit/
Dxla_cluster_util.cc94 for (const Edge* incoming_edge : node.in_edges()) { in HasForwardedRefInput() local