Searched refs:input1 (Results 1 – 8 of 8) sorted by relevance
/hardware/google/gfxstream/third-party/astc-encoder/Source/ |
D | astcenc_color_unquantize.cpp | 98 vint4 input1 = unquant_color(quant_level, input1q); in rgba_delta_unpack() local 101 bit_transfer_signed(input1, input0); in rgba_delta_unpack() 104 int rgb_sum = hadd_rgb_s(input1); in rgba_delta_unpack() 105 input1 = input1 + input0; in rgba_delta_unpack() 109 input1 = uncontract_color(input1); in rgba_delta_unpack() 110 std::swap(input0, input1); in rgba_delta_unpack() 114 output1 = clamp(0, 255, input1); in rgba_delta_unpack() 158 vint4 input1 = unquant_color(quant_level, input1q); in rgba_unpack() local 161 if (hadd_rgb_s(input0) > hadd_rgb_s(input1)) in rgba_unpack() 164 input1 = uncontract_color(input1); in rgba_unpack() [all …]
|
D | astcenc_vecmathlib_common_4.h | 372 vint4& input1 in bit_transfer_signed() argument 374 input1 = lsr<1>(input1) | (input0 & 0x80); in bit_transfer_signed()
|
/hardware/interfaces/neuralnetworks/1.1/ |
D | types.hal | 75 * input1.dimension = {4, 1, 2} 215 * dimensions by specifying the axes (input1). 306 * input1.dimension = {4, 1, 2}
|
/hardware/interfaces/neuralnetworks/1.2/ |
D | types.hal | 173 * input1.dimension = {4, 1, 2} 727 * the scale and zeroPoint must be the same as input1. 1900 * input1.dimension = {4, 1, 2} 2062 * dimensions by specifying the axes (input1). 2155 * input1.dimension = {4, 1, 2} 2733 * * 1: A 2-D Tensor of the same {@link OperandType} as input1, with shape 2735 * output bounding box with the same format as input1. The sequential 3054 * NCHW data layout for input0 and input1. Set to false for NHWC. 3297 * * 1: A tensor of the same {@link OperandType} as input1, with shape 4178 * corresponding element in the output should be taken from input1 (if [all …]
|
/hardware/interfaces/neuralnetworks/1.3/ |
D | types.hal | 109 * input1.dimension = {4, 1, 2} 713 * the scale and zeroPoint must be the same as input1. 1953 * input1.dimension = {4, 1, 2} 2124 * dimensions by specifying the axes (input1). 2221 * input1.dimension = {4, 1, 2} 2898 * * 1: A 2-D Tensor of the same {@link OperandType} as input1, with shape 2900 * output bounding box with the same format as input1. The sequential 3237 * NCHW data layout for input0 and input1. Set to false for NHWC. 3504 * * 1: A tensor of the same {@link OperandType} as input1, with shape 4414 * corresponding element in the output should be taken from input1 (if [all …]
|
/hardware/interfaces/neuralnetworks/1.0/ |
D | types.hal | 97 * input1.dimension = {4, 1, 2} 511 * the scale and zeroPoint must be the same as input1.
|
/hardware/google/gfxstream/guest/mesa/include/CL/ |
D | opencl.hpp | 6968 Program input1, in linkProgram() argument 6977 cl_program programs[2] = { input1(), input2() }; in linkProgram() 6979 Context ctx = input1.getInfo<CL_PROGRAM_CONTEXT>(&error_local); in linkProgram()
|
D | cl.hpp | 5388 Program input1, in linkProgram() argument 5397 cl_program programs[2] = { input1(), input2() }; in linkProgram() 5399 Context ctx = input1.getInfo<CL_PROGRAM_CONTEXT>(&error_local); in linkProgram()
|