Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/ops/
Dimage_ops_impl.py1289 f_height = math_ops.cast(height, dtype=dtypes.float64)
1296 ratio = max_(f_width / f_target_width, f_height / f_target_height)
1297 resized_height_float = f_height / ratio
/external/tensorflow/tensorflow/compiler/xla/service/
Dalgebraic_simplifier_test.cc3279 int f_height = 1; in TEST_F() member
3308 f_dim_1->set_size(options.f_height); in TEST_F()
3359 f_dims.push_back(options.f_height); in TEST_F()
3458 options.Reset().f_height = 2; in TEST_F()