Searched refs:IsTensorIdControl (Results 1 – 5 of 5) sorted by relevance
94 TEST(TensorIdTest, IsTensorIdControl) { in TEST() argument97 EXPECT_TRUE(IsTensorIdControl(tensor_id)); in TEST()101 EXPECT_FALSE(IsTensorIdControl(tensor_id)); in TEST()105 EXPECT_FALSE(IsTensorIdControl(tensor_id)); in TEST()
65 bool IsTensorIdControl(const TensorId& tensor_id) { in IsTensorIdControl() function
63 bool IsTensorIdControl(const TensorId& tensor_id);
132 bool is_control = IsTensorIdControl(fanin_id); in CheckAndAddFaninsInternal()240 bool is_control = IsTensorIdControl(fanin_id); in AddNode()519 bool is_control = IsTensorIdControl(fanin_id); in CheckFaninsInternal()555 bool is_control = IsTensorIdControl(fanin_id); in AddFaninsInternal()
108 if (ignore_control_edges && IsTensorIdControl(tensor)) { in InitializeFromGraph()