Searched refs:dilation_factors_h_w_ (Results 1 – 2 of 2) sorted by relevance
166 dilation_factors_h_w_.push_back(conv_params->dilation_height_factor); in PopulateSubGraph()167 dilation_factors_h_w_.push_back(conv_params->dilation_width_factor); in PopulateSubGraph()237 dilation_factors_h_w_, padding_type, &space_to_batch_paddings_, in PopulateSubGraph()241 reinterpret_cast<char*>(dilation_factors_h_w_.data()), in PopulateSubGraph()242 dilation_factors_h_w_.size() * sizeof(stride_height)); in PopulateSubGraph()262 dilation_factors_h_w_, space_to_batch_paddings_, in PopulateSubGraph()305 {output_batch_size * dilation_factors_h_w_[0] * in PopulateSubGraph()306 dilation_factors_h_w_[1], in PopulateSubGraph()
75 std::vector<int> dilation_factors_h_w_; variable