Searched refs:interp_weight_cost (Results 1 – 1 of 1) sorted by relevance
2577 int64 interp_weight_cost = floor_cost + max_cost + min_cost + sub_cost_float + in PredictResizeBilinear() local2585 interp_weight_cost += in PredictResizeBilinear()2589 interp_weight_cost += cast_to_float_cost + mul_cost; in PredictResizeBilinear()2592 ops += interp_weight_cost * (output_height + output_width); in PredictResizeBilinear()