HomeSort by relevance Sort by last modified time
    Searched refs:function_graph (Results 1 - 6 of 6) sorted by null

  /external/linux-kselftest/tools/testing/selftests/ftrace/test.d/ftrace/
fgraph-filter.tc 7 if ! grep -q function_graph available_tracers; then
35 echo function_graph > current_tracer
fgraph-filter-stack.tc 8 if ! grep -q function_graph available_tracers; then
45 echo function_graph > current_tracer
func_profiler.tc 7 # tracer, because the function_profiler used the function_graph tracer
15 # We need function_graph and profiling to to run this test
16 if ! grep -q function_graph available_tracers; then
  /external/tensorflow/tensorflow/python/framework/
graph_to_function_def.py 68 def _create_input_dict(function_graph,
76 for op in function_graph.get_operations():
ops_test.py     [all...]
  /external/tensorflow/tensorflow/c/eager/
c_api_test.cc 632 TF_Graph* function_graph = TF_NewGraph(); local
634 TF_NewOperation(function_graph, "Placeholder", "arg");
640 TF_NewOperation(function_graph, "Identity", "id");
648 TF_GraphToFunction(function_graph, "ident", 0, 1, &id, 1, &input, 1,
651 TF_DeleteGraph(function_graph);
694 TF_Graph* function_graph = TF_NewGraph(); local
696 TF_NewOperation(function_graph, "Placeholder", "arg");
702 TF_NewOperation(function_graph, "Identity", "id");
710 TF_GraphToFunction(function_graph, "ident", 0, 1, &id, 1, &input, 1,
713 TF_DeleteGraph(function_graph);
    [all...]

Completed in 110 milliseconds