Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/python/framework/
H A Dconvert_to_constants.py84 def __init__(self, enclosing_graph): argument
150 def __init__(self, function, enclosing_graph): argument
222 def __init__(self, node, function, enclosing_graph): argument
231 def new(node, function, enclosing_graph): argument
491 def __init__(self, node, function, enclosing_graph, first_function_input, argument
581 def __init__(self, node, function, enclosing_graph): argument
594 def __init__(self, node, function, enclosing_graph): argument
607 def __init__(self, node, function, enclosing_graph): argument
620 def __init__(self, node, function, enclosing_graph): argument
/aosp_15_r20/external/pytorch/torch/csrc/jit/passes/
H A Dsymbolic_shape_runtime_fusion.cpp26 auto enclosing_graph = tensorexpr_graph->owningGraph(); in InsertSymbolicShapesCompute() local