Home
last modified time | relevance | path

Searched refs:InitGraph (Results 1 – 8 of 8) sorted by relevance

/external/tensorflow/tensorflow/core/common_runtime/
Dmkl_layout_pass_test.cc51 static void InitGraph(const string& s, Graph* graph, in InitGraph() function
75 void InitGraph(const string& s, const string& device = kCPUDevice) { in InitGraph() function in tensorflow::__anon9913e1d90111::MklLayoutPassTest
76 ::tensorflow::InitGraph(s, &graph_, device); in InitGraph()
196 InitGraph( in TEST_F()
214 InitGraph("node { name: 'A' op: '" #INPUT "'}" \
250 InitGraph("node { name: 'A' op: '" #INPUT "'}" \
274 InitGraph("node { name: 'A' op: '" #INPUT "'}" \
305 InitGraph("node { name: 'A' op: '" #INPUT "'}" \
340 InitGraph("node { name: 'A' op: '" #INPUT "'}" \
370 InitGraph("node { name: 'A' op: '" #INPUT "'}" \
[all …]
Dmkl_tfconversion_pass_test.cc45 static void InitGraph(const string& s, Graph* graph) { in InitGraph() function in tensorflow::__anon60e432db0111::MklToTfConversionPass
54 void InitGraph(const string& s) { in InitGraph() function in tensorflow::__anon60e432db0111::MklToTfConversionPass
55 InitGraph(s, &graph_); in InitGraph()
114 InitGraph( in TEST_F()
131 InitGraph( in TEST_F()
155 InitGraph( in TEST_F()
186 InitGraph( in TEST_F()
214 InitGraph( in TEST_F()
246 InitGraph( in TEST_F()
289 MklToTfConversionPass::InitGraph(s, graph); in BM_RunMklToTfConversionPass()
/external/tensorflow/tensorflow/core/graph/
Doptimizer_cse_test.cc38 static void InitGraph(const string& s, Graph* graph) { in InitGraph() function
52 void InitGraph(const string& s) { in InitGraph() function in tensorflow::__anonf8f73c650111::OptimizerCSETest
53 ::tensorflow::InitGraph(s, &graph_); in InitGraph()
111 InitGraph( in TEST_F()
124 InitGraph( in TEST_F()
139 InitGraph( in TEST_F()
154 InitGraph( in TEST_F()
170 InitGraph( in TEST_F()
181 InitGraph( in TEST_F()
192 InitGraph( in TEST_F()
[all …]
Dcostmodel_test.cc36 static void InitGraph(const string& s, Graph* graph) { in InitGraph() function
64 InitGraph( in TEST()
72 InitGraph( in TEST()
Dcollective_order_test.cc110 std::unique_ptr<Graph> InitGraph() { in InitGraph() function
142 std::unique_ptr<Graph> graph = InitGraph(); in TEST()
149 std::unique_ptr<Graph> graph = InitGraph(); in TEST()
/external/tensorflow/tensorflow/compiler/tf2xla/
Dgraph_compiler_util.h46 Status InitGraph(const GraphDef& graph_def, const tf2xla::Config& config,
Dtf2xla.cc166 TF_RETURN_IF_ERROR(InitGraph(graph_def, config, &graph)); in ConvertGraphDefToXla()
Dgraph_compiler_util.cc265 Status InitGraph(const GraphDef& graph_def, const tf2xla::Config& config, in InitGraph() function