Searched refs:InitGraph (Results 1 – 8 of 8) sorted by relevance
/external/tensorflow/tensorflow/core/common_runtime/ |
D | mkl_layout_pass_test.cc | 51 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 …]
|
D | mkl_tfconversion_pass_test.cc | 45 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/ |
D | optimizer_cse_test.cc | 38 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 …]
|
D | costmodel_test.cc | 36 static void InitGraph(const string& s, Graph* graph) { in InitGraph() function 64 InitGraph( in TEST() 72 InitGraph( in TEST()
|
D | collective_order_test.cc | 110 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/ |
D | graph_compiler_util.h | 46 Status InitGraph(const GraphDef& graph_def, const tf2xla::Config& config,
|
D | tf2xla.cc | 166 TF_RETURN_IF_ERROR(InitGraph(graph_def, config, &graph)); in ConvertGraphDefToXla()
|
D | graph_compiler_util.cc | 265 Status InitGraph(const GraphDef& graph_def, const tf2xla::Config& config, in InitGraph() function
|