Home
last modified time | relevance | path

Searched refs:crop_shape (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/core/grappler/costs/
Dop_level_cost_estimator.cc2623 const auto crop_shape = MaybeGetMinimumShape( in PredictCropAndResize() local
2625 const int64 crop_height = crop_shape.dim(1).size(); in PredictCropAndResize()
2626 const int64 crop_width = crop_shape.dim(2).size(); in PredictCropAndResize()
/external/tensorflow/tensorflow/lite/delegates/gpu/common/
Dmodel_builder.cc2206 auto crop_shape = crop.shape; in Parse() local
2207 if (crop_shape.h != 2 && crop_shape.w != 2) { in Parse()