Searched refs:convert_variable_to_constant (Results 1 – 1 of 1) sorted by relevance
/external/tensorflow/tensorflow/python/framework/ |
D | convert_to_constants.py | 99 def convert_variable_to_constant(self, incoming_edge, tensor_data): member in _Convertible 186 def convert_variable_to_constant(self, incoming_edge, tensor_data): member in _Function 199 edge.destination.convertible.convert_variable_to_constant( 269 def convert_variable_to_constant(self, incoming_edge, tensor_data): member in _Node 354 def convert_variable_to_constant(self, incoming_edge, tensor_data): member in _Intermediate 360 edge.destination.convertible.convert_variable_to_constant( 367 def convert_variable_to_constant(self, incoming_edge, tensor_data): member in _Merge 371 super(_Merge, self).convert_variable_to_constant( 379 def convert_variable_to_constant(self, incoming_edge, tensor_data): member in _VarHandle 392 edge.destination.convertible.convert_variable_to_constant( [all …]
|