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.py99 def convert_variable_to_constant(self, incoming_edge, tensor_data): argument
186 def convert_variable_to_constant(self, incoming_edge, tensor_data): argument
269 def convert_variable_to_constant(self, incoming_edge, tensor_data): argument
354 def convert_variable_to_constant(self, incoming_edge, tensor_data): argument
367 def convert_variable_to_constant(self, incoming_edge, tensor_data): argument
379 def convert_variable_to_constant(self, incoming_edge, tensor_data): argument
399 def convert_variable_to_constant(self, incoming_edge, tensor_data): argument
432 def convert_variable_to_constant(self, incoming_edge, tensor_data): argument
447 def convert_variable_to_constant(self, incoming_edge, tensor_data): argument
511 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