Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dbinary_ops.cc241 auto abs_type = abs_shape.ValueOrDie().element_type(); in Compile() local
244 xla::ConstantR0<float>(b, tolerance_), abs_type)); in Compile()
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_sample_aos.c211 struct lp_type abs_type; in lp_build_coord_repeat_npot_linear_int() local
226 abs_type = coord_bld->type; in lp_build_coord_repeat_npot_linear_int()
227 abs_type.sign = 0; in lp_build_coord_repeat_npot_linear_int()
228 lp_build_context_init(&abs_coord_bld, bld->gallivm, abs_type); in lp_build_coord_repeat_npot_linear_int()