Searched refs:in_props (Results 1 – 1 of 1) sorted by relevance
146 const auto in_props = properties.GetInputProperties(node.name()); in TEST_F() local147 EXPECT_EQ(1, in_props.size()); in TEST_F()148 const OpInfo::TensorProperties& in_prop = in_props[0]; in TEST_F()184 const auto in_props = properties.GetInputProperties(node.name()); in TEST_F() local185 EXPECT_EQ(1, in_props.size()); in TEST_F()1329 const auto in_props = properties.GetInputProperties("MyAdd_55e046a8"); in TEST_F() local1330 EXPECT_EQ(2, in_props.size()); in TEST_F()1332 const OpInfo::TensorProperties& in_prop = in_props[0]; in TEST_F()1335 const OpInfo::TensorProperties& in_prop1 = in_props[1]; in TEST_F()1356 const auto in_props = properties.GetInputProperties("y0"); in TEST_F() local[all …]