Searched defs:enclosing_graph (Results 1 – 1 of 1) sorted by relevance
/external/tensorflow/tensorflow/python/framework/ |
D | convert_to_constants.py | 88 def __init__(self, enclosing_graph): argument 154 def __init__(self, function, enclosing_graph): argument 215 def __init__(self, node, function, enclosing_graph): argument 224 def new(node, function, enclosing_graph): argument 482 def __init__(self, node, function, enclosing_graph, first_function_input, argument 572 def __init__(self, node, function, enclosing_graph): argument 585 def __init__(self, node, function, enclosing_graph): argument 598 def __init__(self, node, function, enclosing_graph): argument 611 def __init__(self, node, function, enclosing_graph): argument
|