Searched refs:MakeGrapplerFunctionItem (Results 1 – 8 of 8) sorted by relevance
/external/tensorflow/tensorflow/core/grappler/utils/ |
D | functions_test.cc | 131 TF_EXPECT_OK(MakeGrapplerFunctionItem(func, in TEST_F() 212 TF_EXPECT_OK(MakeGrapplerFunctionItem(func, in TEST_F() 307 TF_EXPECT_OK(MakeGrapplerFunctionItem(func, in TEST_F() 372 TF_EXPECT_OK(MakeGrapplerFunctionItem(func, in TEST_F() 424 TF_EXPECT_OK(MakeGrapplerFunctionItem(func, in TEST_F() 463 TF_EXPECT_OK(MakeGrapplerFunctionItem(func, in TEST_F() 490 TF_EXPECT_OK(MakeGrapplerFunctionItem(func, in TEST_F() 539 TF_EXPECT_OK(MakeGrapplerFunctionItem(func, in TEST_F() 588 TF_EXPECT_OK(MakeGrapplerFunctionItem(func, in TEST_F() 682 TF_EXPECT_OK(MakeGrapplerFunctionItem(func, in TEST_F() [all …]
|
D | functions.h | 88 friend Status MakeGrapplerFunctionItem(const FunctionDef&, const AttrSlice&, 161 Status MakeGrapplerFunctionItem(const FunctionDef& func, 172 Status MakeGrapplerFunctionItem(const FunctionDef& func,
|
D | functions.cc | 221 Status MakeGrapplerFunctionItem(const FunctionDef& func, in MakeGrapplerFunctionItem() function 302 Status MakeGrapplerFunctionItem(const FunctionDef& func, in MakeGrapplerFunctionItem() function 306 return MakeGrapplerFunctionItem(func, AttrSlice(), flib, graph_def_version, in MakeGrapplerFunctionItem()
|
/external/tensorflow/tensorflow/core/grappler/optimizers/data/ |
D | meta_optimizer.cc | 129 MakeGrapplerFunctionItem(*func, flib, producer, &func_item)); in Optimize()
|
D | slack_test.cc | 158 MakeGrapplerFunctionItem(*fdef, flib, /*graph_def_version=*/27, &item)); in TEST()
|
/external/tensorflow/tensorflow/core/grappler/optimizers/ |
D | meta_optimizer.cc | 828 MakeGrapplerFunctionItem(func, flib, producer, &func_item)); in OptimizeConsumeItem()
|
D | function_optimizer.cc | 719 TF_RETURN_IF_ERROR(MakeGrapplerFunctionItem( in SpecializeFunction()
|
/external/tensorflow/tensorflow/core/grappler/costs/ |
D | graph_properties.cc | 1279 MakeGrapplerFunctionItem(*function_def, function_library_, in AddFunction()
|