Searched refs:in_props (Results 1 – 1 of 1) sorted by relevance
177 const auto in_props = properties.GetInputProperties(node.name()); in TEST_F() local178 EXPECT_EQ(1, in_props.size()); in TEST_F()179 const OpInfo::TensorProperties& in_prop = in_props[0]; in TEST_F()212 const auto in_props = properties.GetInputProperties(node.name()); in TEST_F() local213 EXPECT_EQ(1, in_props.size()); in TEST_F()1571 const auto in_props = properties.GetInputProperties("MyAdd_55e046a8"); in TEST_F() local1572 EXPECT_EQ(2, in_props.size()); in TEST_F()1574 const OpInfo::TensorProperties& in_prop = in_props[0]; in TEST_F()1577 const OpInfo::TensorProperties& in_prop1 = in_props[1]; in TEST_F()1598 const auto in_props = properties.GetInputProperties("y0"); in TEST_F() local[all …]