Searched defs:optimized_name (Results 1 – 1 of 1) sorted by relevance
/external/tensorflow/tensorflow/core/grappler/optimizers/ |
D | arithmetic_optimizer_test.cc | 701 const string optimized_name = strings::StrCat(p, "_", "trans"); in TEST_F() local 740 const string optimized_name = strings::StrCat(p, "_", "conjugate_trans"); in TEST_F() local 777 const string optimized_name = strings::StrCat(p, "_", "conj"); in TEST_F() local 825 const string optimized_name = strings::StrCat(p, "_", "matmul"); in TEST_F() local 879 const string optimized_name = strings::StrCat(p, "_", "matmul"); in TEST_F() local
|