Searched refs: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 703 const NodeDef* trans_fused_node = node_map.GetNode(optimized_name); in TEST_F() 740 const string optimized_name = strings::StrCat(p, "_", "conjugate_trans"); in TEST_F() local 742 const NodeDef* conjugate_trans_fused_node = node_map.GetNode(optimized_name); in TEST_F() 777 const string optimized_name = strings::StrCat(p, "_", "conj"); in TEST_F() local 779 const NodeDef* conj_fused_node = node_map.GetNode(optimized_name); in TEST_F() 825 const string optimized_name = strings::StrCat(p, "_", "matmul"); in TEST_F() local 827 const NodeDef* matmul_fused_node = node_map.GetNode(optimized_name); in TEST_F() 879 const string optimized_name = strings::StrCat(p, "_", "matmul"); in TEST_F() local 881 const NodeDef* optimized_matmul = node_map.GetNode(optimized_name); in TEST_F()
|