HomeSort by relevance Sort by last modified time
    Searched full:out_of_bound (Results 1 - 2 of 2) sorted by null

  /external/libxcam/cl_kernel/
kernel_geo_map.cl 26 bool *out_of_bound, float2 *input_pos, float8 *out_y)
33 out_of_bound[i] =
37 out_of_bound[i] =
38 out_of_bound[i] ||
42 output_data[i] = out_of_bound[i] ? CONST_DATA_Y : read_imagef (input, sampler, input_pos[i]).x;
79 bool out_of_bound[8];
88 get_geo_mapped_y (input_y, geo_table, out_map_pos, table_scale_step.x, out_of_bound, input_pos, &output_data);
97 output_data.s01 = out_of_bound[0] ? CONST_DATA_UV : read_imagef (input_uv, sampler, input_pos[0]).xy;
98 output_data.s23 = out_of_bound[2] ? CONST_DATA_UV : read_imagef (input_uv, sampler, input_pos[2]).xy;
99 output_data.s45 = out_of_bound[4] ? CONST_DATA_UV : read_imagef (input_uv, sampler, input_pos[4]).xy
    [all...]
  /external/tensorflow/tensorflow/compiler/xla/service/
hlo_evaluator.cc 182 bool out_of_bound = false; local
187 out_of_bound = true;
191 if (!out_of_bound) {
    [all...]

Completed in 69 milliseconds