Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/ops/
Dimage_ops_impl.py1711 f_width = math_ops.cast(width, dtype=dtypes.float32)
1717 ratio = max_(f_width / f_target_width, f_height / f_target_height)
1719 resized_width_float = f_width / ratio
/external/tensorflow/tensorflow/compiler/xla/service/
Dalgebraic_simplifier_test.cc4042 int f_width = 1; in TEST_F() member
4079 f_dim_2->set_size(options.f_width); in TEST_F()
4126 f_dims.push_back(options.f_width); in TEST_F()
4224 options.Reset().f_width = 2; in TEST_F()