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.py104 def convert_variable_to_constant(self, incoming_edge, tensor_data): argument
191 def convert_variable_to_constant(self, incoming_edge, tensor_data): argument
276 def convert_variable_to_constant(self, incoming_edge, tensor_data): argument
361 def convert_variable_to_constant(self, incoming_edge, tensor_data): argument
374 def convert_variable_to_constant(self, incoming_edge, tensor_data): argument
386 def convert_variable_to_constant(self, incoming_edge, tensor_data): argument
406 def convert_variable_to_constant(self, incoming_edge, tensor_data): argument
439 def convert_variable_to_constant(self, incoming_edge, tensor_data): argument
454 def convert_variable_to_constant(self, incoming_edge, tensor_data): argument
518 def convert_variable_to_constant(self, incoming_edge, tensor_data): argument
[all …]
/external/tensorflow/tensorflow/compiler/jit/
Dxla_cluster_util.cc91 for (const Edge* incoming_edge : node.in_edges()) { in HasForwardedRefInput() local