/external/tensorflow/tensorflow/lite/delegates/xnnpack/ |
D | fully_connected_test.cc | 43 .OutputChannels(output_channels) 62 .OutputChannels(output_channels) 85 .OutputChannels(output_channels) 107 .OutputChannels(output_channels) 131 .OutputChannels(output_channels) 154 .OutputChannels(output_channels) 177 .OutputChannels(output_channels) 202 .OutputChannels(output_channels) 226 .OutputChannels(output_channels) 249 .OutputChannels(output_channels) in TEST() [all …]
|
D | conv_2d_tester.cc | 99 for (int32_t c = 0; c < OutputChannels(); c++) { in Test() 101 OutputChannels() + in Test() 108 << OutputChannels(); in Test() 146 std::vector<uint16_t> filter_data(OutputChannels() * KernelHeight() * in CreateTfLiteModel() 148 std::vector<uint16_t> bias_data(OutputChannels()); in CreateTfLiteModel() 149 for (int32_t oc = 0; oc < OutputChannels(); oc++) { in CreateTfLiteModel() 204 std::vector<float> filter_data(OutputChannels() * KernelHeight() * in CreateTfLiteModel() 206 std::vector<float> bias_data(OutputChannels()); in CreateTfLiteModel() 207 for (int32_t oc = 0; oc < OutputChannels(); oc++) { in CreateTfLiteModel() 244 {BatchSize(), OutputHeight(), OutputWidth(), OutputChannels()}}; in CreateTfLiteModel() [all …]
|
D | depthwise_conv_2d_tester.cc | 99 for (int32_t c = 0; c < OutputChannels(); c++) { in Test() 101 OutputChannels() + in Test() 108 << OutputChannels(); in Test() 133 OutputChannels()); in CreateTfLiteModel() 134 std::vector<uint16_t> bias_data(OutputChannels()); in CreateTfLiteModel() 152 (y * KernelWidth() + x) * OutputChannels() + oc; in CreateTfLiteModel() 186 OutputChannels()); in CreateTfLiteModel() 187 std::vector<float> bias_data(OutputChannels()); in CreateTfLiteModel() 204 (y * KernelWidth() + x) * OutputChannels() + oc; in CreateTfLiteModel() 237 {BatchSize(), OutputHeight(), OutputWidth(), OutputChannels()}}; in CreateTfLiteModel() [all …]
|
D | fully_connected_tester.cc | 43 output_shape.push_back(OutputChannels()); in OutputShape() 48 {InputSize() / InputChannels(), OutputChannels()}); in OutputShape() 132 std::vector<uint16_t> filter_data(InputChannels() * OutputChannels()); in CreateTfLiteModel() 133 std::vector<uint16_t> bias_data(OutputChannels()); in CreateTfLiteModel() 135 for (int32_t oc = 0; oc < OutputChannels(); oc++) { in CreateTfLiteModel() 179 std::vector<float> filter_data(InputChannels() * OutputChannels()); in CreateTfLiteModel() 180 std::vector<float> bias_data(OutputChannels()); in CreateTfLiteModel() 182 for (int32_t oc = 0; oc < OutputChannels(); oc++) { in CreateTfLiteModel() 210 {OutputChannels(), InputChannels()}}; in CreateTfLiteModel() 211 const std::array<int32_t, 1> bias_shape{{OutputChannels()}}; in CreateTfLiteModel()
|
D | conv_2d_test.cc | 47 .OutputChannels(channel_rng()) 73 .OutputChannels(channel_rng()) 99 .OutputChannels(channel_rng()) 129 .OutputChannels(channel_rng()) in TEST() 157 .OutputChannels(channel_rng()) in TEST() 187 .OutputChannels(channel_rng()) in TEST() 219 .OutputChannels(channel_rng()) in TEST() 251 .OutputChannels(channel_rng()) in TEST() 283 .OutputChannels(channel_rng()) in TEST() 315 .OutputChannels(channel_rng()) in TEST() [all …]
|
D | depth_to_space_test.cc | 47 .OutputChannels(channel_rng()) in TEST() 72 .OutputChannels(channel_rng()) in TEST() 97 .OutputChannels(channel_rng()) in TEST() 122 .OutputChannels(channel_rng()) in TEST() 150 .OutputChannels(channel_rng()) in TEST()
|
D | depth_to_space_tester.h | 43 return OutputChannels() * BlockSize() * BlockSize(); in InputChannels() 46 inline DepthToSpaceTester& OutputChannels(int32_t output_channels) { in OutputChannels() function 52 inline int32_t OutputChannels() const { return output_channels_; } in OutputChannels() function
|
D | depth_to_space_tester.cc | 100 for (int32_t c = 0; c < OutputChannels(); c++) { in Test() 102 OutputChannels() + in Test() 108 << OutputChannels(); in Test() 127 {BatchSize(), OutputHeight(), OutputWidth(), OutputChannels()}}; in CreateTfLiteModel()
|
D | fully_connected_tester.h | 57 inline FullyConnectedTester& OutputChannels(int32_t output_channels) { in OutputChannels() function 63 inline int32_t OutputChannels() const { return output_channels_; } in OutputChannels() function
|
D | conv_2d_tester.h | 51 inline Conv2DTester& OutputChannels(int32_t output_channels) { in OutputChannels() function 57 inline int32_t OutputChannels() const { return output_channels_; } in OutputChannels() function
|
D | depthwise_conv_2d_tester.h | 59 inline int32_t OutputChannels() const { in OutputChannels() function
|
/external/pdfium/third_party/lcms/src/ |
D | cmslut.c | 34 cmsUInt32Number OutputChannels, in _cmsStageAllocPlaceholder() argument 51 ph ->OutputChannels = OutputChannels; in _cmsStageAllocPlaceholder() 321 for (i=0; i < mpe ->OutputChannels; i++) { in EvaluateMatrix() 350 sz = mpe ->InputChannels * mpe ->OutputChannels; in MatrixElemDup() 356 … Data ->Offset, mpe -> OutputChannels * sizeof(cmsFloat64Number)) ; in MatrixElemDup() 457 _cmsAssert(mpe ->OutputChannels <= MAX_STAGE_CHANNELS); in EvaluateCLUTfloatIn16() 461 From16ToFloat(Out16, Out, mpe ->OutputChannels); in EvaluateCLUTfloatIn16() 1222 return mpe ->OutputChannels; in cmsStageOutputChannels() 1250 mpe ->OutputChannels, in cmsStageDup() 1298 lut->OutputChannels = Last->OutputChannels; in BlessLUT() [all …]
|
D | cmstypes.c | 1755 cmsUInt8Number InputChannels, OutputChannels, CLUTpoints; in Type_LUT8_Read() local 1764 if (!_cmsReadUInt8Number(io, &OutputChannels)) goto Error; in Type_LUT8_Read() 1774 if (OutputChannels == 0 || OutputChannels > cmsMAXCHANNELS) goto Error; in Type_LUT8_Read() 1777 NewLUT = cmsPipelineAlloc(self ->ContextID, InputChannels, OutputChannels); in Type_LUT8_Read() 1803 nTabSize = uipow(OutputChannels, CLUTpoints, InputChannels); in Type_LUT8_Read() 1831 …sAT_END, cmsStageAllocCLut16bit(self ->ContextID, CLUTpoints, InputChannels, OutputChannels, T))) { in Type_LUT8_Read() 1840 if (!Read8bitTables(self ->ContextID, io, NewLUT, OutputChannels)) goto Error; in Type_LUT8_Read() 1901 if (!_cmsWriteUInt8Number(io, (cmsUInt8Number) NewLUT ->OutputChannels)) return FALSE; in Type_LUT8_Write() 1935 nTabSize = uipow(NewLUT->OutputChannels, clutPoints, NewLUT ->InputChannels); in Type_LUT8_Write() 1951 if (!Write8bitTables(self ->ContextID, io, NewLUT ->OutputChannels, PostMPE)) return FALSE; in Type_LUT8_Write() [all …]
|
D | cmsopt.c | 449 _cmsAssert(Lut -> OutputChannels < cmsMAXCHANNELS); in XFormSampler16() 459 for (i=0; i < Lut ->OutputChannels; i++) in XFormSampler16() 597 if (Lut ->OutputChannels != nOuts) return FALSE; in FixWhiteMisalignment() 706 Dest = cmsPipelineAlloc(Src ->ContextID, Src ->InputChannels, Src ->OutputChannels); in OptimizeByResampling() 734 …sStageAllocCLut16bit(Src ->ContextID, nGridPoints, Src ->InputChannels, Src->OutputChannels, NULL); in OptimizeByResampling() 809 Dest ->OutputChannels, in OptimizeByResampling() 1190 …sPipelineAlloc(OriginalLut ->ContextID, OriginalLut ->InputChannels, OriginalLut ->OutputChannels); in OptimizeByComputingLinearization() 1200 …inalLut ->ContextID, nGridPoints, OriginalLut ->InputChannels, OriginalLut ->OutputChannels, NULL); in OptimizeByComputingLinearization() 1435 Dest = cmsPipelineAlloc(Src ->ContextID, Src ->InputChannels, Src ->OutputChannels); in OptimizeByJoiningCurves() 1776 Dest = cmsPipelineAlloc(Src ->ContextID, Src ->InputChannels, Src ->OutputChannels); in OptimizeMatrixShaper()
|
D | lcms2_internal.h | 864 cmsUInt32Number OutputChannels; // Output channels -- for optimization purposes member 907 cmsUInt32Number InputChannels, OutputChannels; member
|
D | cmsxform.c | 436 for (i=0; i < p ->Lut->OutputChannels; i++) { in TransformOnePixelWithGamutCheck()
|
/external/pdfium/third_party/lcms/include/ |
D | lcms2_plugin.h | 494 cmsUInt32Number OutputChannels,
|
D | lcms2.h | 1197 …PipelineAlloc(cmsContext ContextID, cmsUInt32Number InputChannels, cmsUInt32Number OutputChannels);
|