/aosp_15_r20/external/tensorflow/tensorflow/c/eager/ |
H A D | c_api_experimental_test.cc | 247 TF_Graph* function_graph = TF_NewGraph(); in TEST() local 249 TF_NewOperation(function_graph, "Placeholder", "arg"); in TEST() 255 TF_NewOperation(function_graph, "Identity", "id"); in TEST() 263 TF_GraphToFunction(function_graph, "ident", 0, 1, &id, 1, &input, 1, in TEST() 266 TF_DeleteGraph(function_graph); in TEST()
|
/aosp_15_r20/external/tensorflow/tensorflow/python/framework/ |
H A D | graph_to_function_def.py | 63 def _create_input_dict(function_graph, argument 71 for op in function_graph.get_operations():
|
H A D | ops_test.py | 2943 function_graph = ops.Graph() 2944 with function_graph.as_default():
|
/aosp_15_r20/external/trace-cmd/Documentation/trace-cmd/ |
H A D | trace-cmd-record.1.txt | 30 Common tracers are: *function*, *function_graph*, *preemptirqsoff*, 135 This will limit the 'function' and 'function_graph' tracers to only trace 144 This option is for the function_graph plugin. It will graph the given 288 Set the maximum depth the function_graph tracer will trace into a function. 317 the function_graph tracer will be enabled with a depth of one (only 342 With this option, the function_graph tracer is not enabled, nor are 443 # trace-cmd record -p function_graph -e irq_handler_entry -l do_IRQ sleep 10
|
H A D | trace-cmd-set.1.txt | 23 Common tracers are: *function*, *function_graph*, *preemptirqsoff*, 110 This will limit the 'function' and 'function_graph' tracers to only trace 118 This option is for the function_graph plugin. It will graph the given 199 Set the maximum depth the function_graph tracer will trace into a function.
|
H A D | trace-cmd-profile.1.txt | 45 With this option, the function_graph tracer is not enabled, nor are 619 trace-cmd not enable any events or the function_graph tracer. Only the events 623 using the *-S* option and enabling function_graph and stack tracing for just 627 # trace-cmd profile -S -p function_graph -l '*kmalloc*' -l '*kmalloc*:stacktrace' sleep 1
|
H A D | trace-cmd-stat.1.txt | 19 *Tracer:* if one of the tracers (like function_graph) is active. Otherwise
|
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/ftrace/test.d/ftrace/ |
H A D | fgraph-filter.tc | 24 echo function_graph > current_tracer
|
H A D | fgraph-filter-stack.tc | 32 echo function_graph > current_tracer
|
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/bpf/ |
H A D | test_ftrace.sh | 29 echo function_graph > $TR/current_tracer
|
/aosp_15_r20/external/tensorflow/tensorflow/core/tpu/graph_rewrite/ |
H A D | host_training_loop_optimization_util.cc | 432 Graph* function_graph = body->graph; in DetectHostTrainingLoop() local 434 &function.func_name(), &function.attrs(), library, function_graph, flr, in DetectHostTrainingLoop()
|
H A D | distributed_tpu_rewrite_pass.cc | 4912 Graph* function_graph = fbody->graph; in PerformHostTrainingLoopOptimization() local 4913 TF_RETURN_IF_ERROR(tpu::AddReshardOp(function_graph, host_loop)); in PerformHostTrainingLoopOptimization() 4914 TF_RETURN_IF_ERROR(UpdateFunctionLibDefinition(*function_graph, in PerformHostTrainingLoopOptimization()
|
/aosp_15_r20/external/perfetto/protos/perfetto/config/ftrace/ |
H A D | ftrace_config.proto | 175 // If true, enable the "function_graph" kernel tracer that emits events 188 // "function_graph".
|
/aosp_15_r20/external/libtracefs/Documentation/ |
H A D | libtracefs-options.txt | 103 Options, specific to function_graph tracer:
|
/aosp_15_r20/external/perfetto/protos/perfetto/config/ |
H A D | perfetto_config.proto | 1097 // If true, enable the "function_graph" kernel tracer that emits events 1110 // "function_graph".
|
/aosp_15_r20/external/pigweed/third_party/perfetto/repo/protos/perfetto/trace/ |
H A D | perfetto_trace.proto | 1010 // If true, enable the "function_graph" kernel tracer that emits events 1023 // "function_graph".
|
/aosp_15_r20/external/perfetto/protos/perfetto/trace/ |
H A D | perfetto_trace.proto | 1097 // If true, enable the "function_graph" kernel tracer that emits events 1110 // "function_graph".
|