Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/grappler/utils/
Dfunctions_test.cc131 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 …]
Dfunctions.h88 friend Status MakeGrapplerFunctionItem(const FunctionDef&, const AttrSlice&,
161 Status MakeGrapplerFunctionItem(const FunctionDef& func,
172 Status MakeGrapplerFunctionItem(const FunctionDef& func,
Dfunctions.cc221 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/
Dmeta_optimizer.cc129 MakeGrapplerFunctionItem(*func, flib, producer, &func_item)); in Optimize()
Dslack_test.cc158 MakeGrapplerFunctionItem(*fdef, flib, /*graph_def_version=*/27, &item)); in TEST()
/external/tensorflow/tensorflow/core/grappler/optimizers/
Dmeta_optimizer.cc828 MakeGrapplerFunctionItem(func, flib, producer, &func_item)); in OptimizeConsumeItem()
Dfunction_optimizer.cc719 TF_RETURN_IF_ERROR(MakeGrapplerFunctionItem( in SpecializeFunction()
/external/tensorflow/tensorflow/core/grappler/costs/
Dgraph_properties.cc1279 MakeGrapplerFunctionItem(*function_def, function_library_, in AddFunction()