Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/image/
Dcrop_and_resize_op.cc327 double cost_per_pixel = in operator ()() local
334 cost_per_pixel = depth * Eigen::TensorOpCost::CastCost<T, float>() + in operator ()()
338 const double cost_per_box = crop_height * crop_width * cost_per_pixel; in operator ()()
534 const double cost_per_pixel = in operator ()() local
544 const double cost_per_box = crop_height * crop_width * cost_per_pixel; in operator ()()