Searched refs:conv_props (Results 1 – 1 of 1) sorted by relevance
2947 const auto& conv_props = properties.GetOutputProperties(conv_node->name()); in MulConvPushDown() local2948 if (mul_props.empty() || conv_props.empty()) { in MulConvPushDown()2952 const auto& conv_shape = conv_props[0].shape(); in MulConvPushDown()