Searched refs:result_shp (Results 1 – 2 of 2) sorted by relevance
539 ShapeVector result_shp; in InferImplPad() local545 result_shp.push_back(input_shp[i] + paddings_vec[i][0] + paddings_vec[i][1]); in InferImplPad()547 return std::make_shared<AbstractTensor>(arg->element(), std::make_shared<Shape>(result_shp)); in InferImplPad()
735 ShapeVector result_shp; in InferImplTranspose() local743 result_shp.push_back(input_shp[idx]); in InferImplTranspose()747 …return std::make_shared<AbstractTensor>(input->element(), std::make_shared<Shape>(result_shp, min_… in InferImplTranspose()