| /external/tensorflow/tensorflow/python/ops/ |
| D | cond_v2.py | 352 def _grad_fn(func_graph, grads): argument 390 def _create_grad_func(func_graph, grads, name): argument 450 def _get_intermediates(func_graph): argument 722 def _wrap_intermediates(func_graph, intermediates): argument 727 def _create_dummy_input(func_graph, template_tensor): argument 742 def _create_none_optionals(func_graph, n): argument 756 def _create_fakeparams(func_graph, template_tensors): argument
|
| D | control_flow_util_v2.py | 64 def create_new_tf_function(func_graph): argument
|
| D | while_v2.py | 499 def _get_intermediates(func_graph): argument 715 def _grad_fn(ys, xs, args, func_graph): argument
|
| D | gradients_util.py | 386 def _Captures(func_graph): argument
|
| D | functional_ops.py | 1236 def _set_read_only_resource_inputs_attr(op, func_graph): argument
|
| /external/tensorflow/tensorflow/python/framework/ |
| D | function_def_to_graph.py | 281 def _set_handle_data(func_graph, fdef): argument
|
| D | auto_control_deps_utils.py | 36 def get_read_only_resource_input_indices_graph(func_graph): argument
|
| D | func_graph.py | 815 def func_graph_from_py_func(name, argument 1295 def dismantle_func_graph(func_graph): argument 1310 def override_func_graph_name_scope(func_graph, name_scope): argument
|
| /external/tensorflow/tensorflow/python/saved_model/ |
| D | function_deserialization.py | 444 def _restore_gradient_functions(func_graph, renamed_functions, argument
|
| /external/tensorflow/tensorflow/python/eager/ |
| D | function.py | 670 def __init__(self, func_graph, attrs, func_graph_deleter): argument 897 def __init__(self, func_graph, attrs, func_graph_deleter, argument 1340 def __init__(self, func_graph, attrs, func_graph_deleter, argument 1517 func_graph, argument 4021 def __init__(self, func_graph): argument
|
| D | def_function.py | 512 def __init__(self, func_graph): argument
|
| /external/tensorflow/tensorflow/c/ |
| D | c_api_function_test.cc | 1216 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 1292 std::unique_ptr<TF_Graph, decltype(&TF_DeleteGraph)> func_graph( in TEST_F() local 1594 std::unique_ptr<TF_Graph, decltype(&TF_DeleteGraph)> func_graph( in DefineStatefulFunction() local
|
| /external/tensorflow/tensorflow/compiler/tf2xla/ |
| D | tf2xla_util.cc | 249 Graph* func_graph = fbody->graph; in PropagateConstIntoFuncAttr() local
|
| /external/tensorflow/tensorflow/core/common_runtime/ |
| D | function.cc | 414 FunctionBody* func_graph = nullptr; member
|