Home
last modified time | relevance | path

Searched defs:func_graph (Results 1 – 10 of 10) sorted by relevance

/external/tensorflow/tensorflow/python/ops/
Dcond_v2.py260 def _grad_fn(func_graph, grads): argument
309 def _create_grad_func(func_graph, grads, name): argument
362 def _get_intermediates(func_graph): argument
523 def _wrap_intermediates(func_graph, intermediates): argument
528 def _create_dummy_inputs(func_graph, template_tensors): argument
543 def _create_none_optionals(func_graph, template_tensors): argument
557 def _create_fakeparams(func_graph, template_tensors): argument
Dcontrol_flow_util_v2.py65 def create_new_tf_function(func_graph): argument
Dwhile_v2.py475 def _grad_fn(ys, xs, args, func_graph): argument
Dgradients_util.py454 def _Captures(func_graph): argument
/external/tensorflow/tensorflow/python/framework/
Dfunc_graph.py515 def func_graph_from_py_func(name, argument
956 def dismantle_func_graph(func_graph): argument
/external/tensorflow/tensorflow/python/eager/
Ddef_function.py238 def __init__(self, func_graph): argument
Dfunction.py450 def __init__(self, func_graph, attrs=None, signature=None): argument
2130 def __init__(self, func_graph): argument
/external/tensorflow/tensorflow/c/
Dc_api_function_test.cc1216 std::unique_ptr<TF_Graph, decltype(&TF_DeleteGraph)> func_graph( in DefineFunction() local
1250 std::unique_ptr<TF_Graph, decltype(&TF_DeleteGraph)> func_graph( in TEST_F() local
1556 std::unique_ptr<TF_Graph, decltype(&TF_DeleteGraph)> func_graph( in DefineStatefulFunction() local
/external/tensorflow/tensorflow/compiler/tf2xla/
Dtf2xla_util.cc197 Graph* func_graph = fbody->graph; in PropagateConstIntoFuncAttr() local
/external/tensorflow/tensorflow/core/common_runtime/
Dfunction.cc385 FunctionBody* func_graph = nullptr; member