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