Home
last modified time | relevance | path

Searched refs:full_str (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/core/grappler/optimizers/data/
Dfunction_utils.cc31 full_str = strings::StrCat(node_name, ":", node_output, ":", position); in FunctionDefTensorDesc()
36 full_str = input; in FunctionDefTensorDesc()
Dfunction_utils.h50 string full_str; member
Dfunction_utils_test.cc32 EXPECT_EQ(f.full_str, "Cast:y:0"); in TEST()
38 EXPECT_EQ(f2.full_str, "Arg0"); in TEST()