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.py1710 f_height = math_ops.cast(height, dtype=dtypes.float32)
1717 ratio = max_(f_width / f_target_width, f_height / f_target_height)
1718 resized_height_float = f_height / ratio
/external/tensorflow/tensorflow/compiler/xla/service/
Dalgebraic_simplifier_test.cc4043 int f_height = 1; in TEST_F() member
4072 f_dim_1->set_size(options.f_height); in TEST_F()
4123 f_dims.push_back(options.f_height); in TEST_F()
4226 options.Reset().f_height = 2; in TEST_F()