Home
last modified time | relevance | path

Searched refs:n_channel (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Dmkl_quantized_conv_ops.h65 size_t n_channel = min_b_vector.NumElements(); in MklQuantizationRangeForMultiplication() local
73 for (size_t n = 0; n < n_channel; ++n) { in MklQuantizationRangeForMultiplication()
/external/deqp/external/openglcts/modules/glesext/geometry_shader/
DesextcGeometryShaderRendering.cpp3505 for (unsigned int n_channel = 0; n_channel < 4 /* RGBA */; ++n_channel) in verify() local
3507 rendered_rgba[n_channel] = float(read_data[n_channel]) / 255.0f; in verify()
3637 for (unsigned int n_channel = 0; n_channel < 4 /* RGBA */; ++n_channel) in verify() local
3639 reference_rgba[n_channel] = start_color[n_channel] + in verify()
3640 (end_color[n_channel] - start_color[n_channel]) * float(n_point) / 7.0f; in verify()
3641 rendered_rgba[n_channel] = (float)(read_data[n_channel]) / 255.0f; in verify()
DesextcGeometryShaderPrimitiveCounter.cpp1346 for (unsigned int n_channel = 0; n_channel < 4 /* RGBA */; ++n_channel) in iterate() local
1348 rendered_rgba[n_channel] = float(data[n_channel]) / 255.0f; in iterate()
/external/kernel-headers/original/uapi/linux/
Dcyclades.h445 __u32 n_channel; /* number of channels */ member
/external/deqp/external/openglcts/modules/gles3/
Des3cCopyTexImageConversionsTests.cpp7734 int n_channel = 0; in comparePixelData() local
7759 n += 3 /* downloaded + reference + source pixel combinations */, ++n_channel) in comparePixelData()
7767 int n_dst_bits = result_rgba_bits[n_channel]; in comparePixelData()
7769 int n_source_bits = source_rgba_bits[n_channel]; in comparePixelData()
7805 … max_epsilon[n_channel] = deCeilFloatToInt32(((1 << max_n_bits) - 1.0f) / ((1 << min_n_bits) - 1)); in comparePixelData()
7809 max_epsilon[n_channel] = 0; in comparePixelData()
7820 if (abs(delta) > max_epsilon[n_channel]) in comparePixelData()
7837 if (abs(delta) > max_epsilon[n_channel]) in comparePixelData()
7854 if (abs(delta) > max_epsilon[n_channel]) in comparePixelData()
7870 if (abs(delta) > max_epsilon[n_channel]) in comparePixelData()
[all …]