Home
last modified time | relevance | path

Searched refs:inputData (Results 1 – 25 of 1292) sorted by relevance

12345678910>>...52

/dports/science/InsightToolkit/ITK-5.0.1/Modules/IO/ImageBase/include/
H A DitkConvertPixelBuffer.hxx192 inputData++; in ConvertGrayToGray()
218 inputData += 3; in ConvertRGBToGray()
257 inputData += 4; in ConvertRGBAToGray()
313 inputData += 4; in ConvertMultiComponentToGray()
343 inputData++; in ConvertGrayToRGB()
370 inputData += 3; in ConvertRGBToRGB()
397 inputData += 3; in ConvertRGBAToRGB()
478 inputData++; in ConvertGrayToRGBA()
510 inputData += 3; in ConvertRGBToRGBA()
644 inputData++; in ConvertGrayToComplex()
[all …]
H A DitkConvertPixelBuffer.h53 static void Convert(InputPixelType *inputData,
57 static void ConvertVectorImage(InputPixelType *inputData,
64 static void ConvertGrayToGray(InputPixelType *inputData,
71 static void ConvertRGBToGray(InputPixelType *inputData,
78 static void ConvertRGBAToGray(InputPixelType *inputData,
89 static void ConvertGrayToRGB(InputPixelType *inputData,
93 static void ConvertRGBToRGB(InputPixelType *inputData,
97 static void ConvertRGBAToRGB(InputPixelType *inputData,
114 static void ConvertGrayToRGBA(InputPixelType *inputData,
117 static void ConvertRGBToRGBA(InputPixelType *inputData,
[all …]
/dports/math/mlpack/mlpack-3.4.2/src/mlpack/tests/main_tests/
H A Dsoftmax_regression_test.cpp59 labels[i] = inputData(inputData.n_rows - 1, i);
62 inputData.shed_row(inputData.n_rows - 1);
124 labels[i] = inputData(inputData.n_rows - 1, i);
127 inputData.shed_row(inputData.n_rows - 1);
190 inputData.shed_row(inputData.n_rows - 1);
219 inputData.shed_row(inputData.n_rows - 1);
249 inputData.shed_row(inputData.n_rows - 1);
279 inputData.shed_row(inputData.n_rows - 1);
316 inputData.shed_row(inputData.n_rows - 1);
385 inputData.shed_row(inputData.n_rows - 1);
[all …]
H A Dlmnn_test.cpp56 arma::mat inputData; variable
72 inputData.n_cols);
94 inputData.n_rows);
96 inputData.n_rows);
110 arma::mat inputData; variable
187 arma::mat inputData; variable
197 distance.randu(inputData.n_rows - 1, inputData.n_rows);
224 arma::mat inputData; variable
234 distance.randu(inputData.n_rows, inputData.n_rows);
261 arma::mat inputData; variable
[all …]
H A Dsparse_coding_test.cpp65 arma::mat inputData; variable
101 arma::mat inputData; variable
132 inputData.col(i) /= norm(inputData.col(i), 2);
161 arma::mat inputData; variable
241 arma::mat inputData; variable
260 arma::mat inputData; variable
283 arma::mat inputData; variable
307 arma::mat inputData; variable
335 arma::mat inputData; variable
361 arma::mat inputData; variable
[all …]
H A Dnbc_test.cpp50 arma::mat inputData; variable
57 labels[i] = inputData(inputData.n_rows - 1, i);
60 inputData.shed_row(inputData.n_rows - 1);
98 arma::mat inputData; variable
105 labels[i] = inputData(inputData.n_rows - 1, i);
146 inputData.shed_row(inputData.n_rows - 1);
176 arma::mat inputData; variable
340 labels[i] = inputData(inputData.n_rows - 1, i);
343 inputData.shed_row(inputData.n_rows - 1);
389 labels[i] = inputData(inputData.n_rows - 1, i);
[all …]
H A Dkmeans_test.cpp55 arma::mat inputData; variable
96 arma::mat inputData; variable
119 arma::mat inputData; variable
141 arma::mat inputData; variable
145 size_t col = inputData.n_cols;
146 size_t row = inputData.n_rows;
167 arma::mat inputData; variable
195 arma::mat inputData; variable
258 arma::mat inputData; variable
284 arma::mat inputData; variable
[all …]
H A Dgmm_train_test.cpp181 SetInputParam("input", inputData);
207 SetInputParam("input", inputData);
232 arma::mat inputData; variable
238 SetInputParam("input", inputData);
323 SetInputParam("input", inputData);
411 arma::mat inputData; variable
415 SetInputParam("input", inputData);
450 arma::mat inputData; variable
454 SetInputParam("input", inputData);
489 arma::mat inputData; variable
[all …]
H A Ddbscan_test.cpp51 arma::mat inputData; variable
74 arma::mat inputData; variable
92 arma::mat inputData; variable
111 arma::mat inputData; variable
135 arma::mat inputData; variable
170 arma::mat inputData; variable
209 arma::mat inputData; variable
228 arma::mat inputData; variable
379 arma::mat inputData; variable
412 arma::mat inputData; variable
[all …]
H A Ddecision_stump_test.cpp50 arma::mat inputData; variable
51 if (!data::Load("trainSet.csv", inputData))
57 labels[i] = inputData(inputData.n_rows - 1, i);
60 inputData.shed_row(inputData.n_rows - 1);
97 arma::mat inputData; variable
104 labels[i] = inputData(inputData.n_rows - 1, i);
116 SetInputParam("training", inputData);
143 inputData.shed_row(inputData.n_rows - 1);
170 arma::mat inputData; variable
222 arma::mat inputData; variable
[all …]
H A Dpreprocess_split_test.cpp53 arma::mat inputData; variable
55 data::Load("vc2.csv", inputData);
59 int inputSize = inputData.n_cols;
94 arma::mat inputData; variable
95 data::Load("vc2.csv", inputData);
122 arma::mat inputData; variable
124 data::Load("vc2.csv", inputData);
146 arma::mat inputData; variable
148 data::Load("vc2.csv", inputData);
180 arma::mat inputData; variable
[all …]
H A Dhoeffding_tree_test.cpp51 arma::mat inputData; variable
92 arma::mat inputData; variable
132 arma::mat inputData; variable
146 inputData.resize(inputData.n_rows+1, inputData.n_cols);
148 inputData(inputData.n_rows-1, i) = labels[i];
180 inputData.shed_row(inputData.n_rows - 1);
211 arma::mat inputData; variable
276 arma::mat inputData; variable
341 arma::mat inputData; variable
410 arma::mat inputData; variable
[all …]
H A Drandom_forest_test.cpp50 arma::mat inputData; variable
51 if (!data::Load("vc2.csv", inputData))
89 arma::mat inputData; variable
90 if (!data::Load("vc2.csv", inputData))
149 arma::mat inputData; variable
170 arma::mat inputData; variable
191 arma::mat inputData; variable
212 arma::mat inputData; variable
259 arma::mat inputData; variable
329 arma::mat inputData; variable
[all …]
/dports/devel/spark/spark-2.1.1/sql/core/src/test/scala/org/apache/spark/sql/streaming/
H A DStreamingAggregationSuite.scala51 inputData.toDF()
57 AddData(inputData, 3),
75 inputData.toDF()
98 inputData.toDF()
115 inputData.toDF()
140 inputData.toDS()
172 inputData.reset()
193 inputData.toDF()
210 inputData.toDS()
247 inputData.toDF()
[all …]
H A DEventTimeWatermarkSuite.scala122 val inputData = MemoryStream[Int] constant
147 val inputData = MemoryStream[Int] constant
203 val inputData = MemoryStream[Int] constant
204 val df = inputData.toDF()
231 AddData(inputData, 17),
241 val inputData = MemoryStream[Int] constant
259 AddData(inputData, 25),
278 AddData(inputData, 25),
280 AddData(inputData, 25),
282 AddData(inputData, 10),
[all …]
/dports/audio/faust/faust-2.37.3/architecture/smartKeyboard/android/app/oboe/apps/fxlab/app/src/main/cpp/tests/
H A DDelayLineEffectTest.h31 e1(inputData[i]); in TEST()
33 EXPECT_EQ(inputData[0], 0); in TEST()
34 EXPECT_EQ(inputData[1], 1); in TEST()
35 EXPECT_EQ(inputData[2], 0); in TEST()
36 EXPECT_EQ(inputData[3], 0.5); in TEST()
37 EXPECT_EQ(inputData[4], 0.25); in TEST()
43 e1(inputData[i]); in TEST()
45 EXPECT_EQ(inputData[0], 1); in TEST()
46 EXPECT_EQ(inputData[1], 1); in TEST()
47 EXPECT_EQ(inputData[2], 0.5); in TEST()
[all …]
/dports/graphics/ossim/ossim-OrchidIsland-2.11.1/src/imaging/
H A DossimEdgeFilter.cpp60 ossimRefPtr<ossimImageData> inputData = in getTile() local
63 if(!inputData.valid() || (!inputData->getBuf())) in getTile()
65 return inputData; in getTile()
78 inputData); in getTile()
85 inputData); in getTile()
96 inputData); in getTile()
102 inputData); in getTile()
109 inputData); in getTile()
278 runSobelFilter(dummyVariable, inputData); in runFilter()
286 runPrewittFilter(dummyVariable, inputData); in runFilter()
[all …]
H A DossimErosionFilter.cpp48 ossimRefPtr<ossimImageData> inputData; in getTile() local
57 if(!inputData.valid() || !inputData->getBuf()) in getTile()
58 return inputData; in getTile()
74 switch(inputData->getScalarType()) in getTile()
77 doErosion(ossim_uint8(0), inputData); in getTile()
85 doErosion(ossim_uint16(0), inputData); in getTile()
88 doErosion(ossim_sint16(0), inputData); in getTile()
91 doErosion(ossim_uint32(0), inputData); in getTile()
95 doErosion(ossim_float32(0), inputData); in getTile()
99 doErosion(ossim_float64(0), inputData); in getTile()
[all …]
/dports/math/mlpack/mlpack-3.4.2/src/mlpack/tests/
H A Dadaboost_test.cpp32 arma::mat inputData; variable
74 arma::mat inputData; variable
118 arma::mat inputData; variable
158 arma::mat inputData; variable
200 arma::mat inputData; variable
240 arma::mat inputData; variable
282 arma::mat inputData; variable
322 arma::mat inputData; variable
369 arma::mat inputData; variable
411 arma::mat inputData; variable
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/openglcts/modules/common/subgroups/
H A DglcSubgroupsShuffleTests.cpp475 inputData[0].binding = 0u; in noSSBOtest()
479 inputData[1].numElements = inputData[0].numElements; in noSSBOtest()
481 inputData[1].binding = 1u; in noSSBOtest()
534 inputData[0].binding = 1u; in test()
538 inputData[1].numElements = inputData[0].numElements; in test()
540 inputData[1].binding = 2u; in test()
567 inputData[0].binding = 4u; in test()
568 inputData[0].stages = stages; in test()
572 inputData[1].numElements = inputData[0].numElements; in test()
574 inputData[1].binding = 5u; in test()
[all …]
H A DglcSubgroupsBallotTests.cpp388 subgroups::SSBOData inputData[1]; in noSSBOtest() local
389 inputData[0].format = FORMAT_R32_UINT; in noSSBOtest()
390 inputData[0].layout = subgroups::SSBOData::LayoutStd140; in noSSBOtest()
393 inputData[0].binding = 0u; in noSSBOtest()
418 subgroups::SSBOData inputData[1]; in test() local
419 inputData[0].format = FORMAT_R32_UINT; in test()
423 inputData[0].binding = 1u; in test()
444 subgroups::SSBOData inputData; in test() local
445 inputData.format = FORMAT_R32_UINT; in test()
449 inputData.binding = 4u; in test()
[all …]
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/ximgproc/src/
H A Destimated_covariance.cpp159 nr=inputData.rows; in computeEstimateCovariance()
160 nc=inputData.cols; in computeEstimateCovariance()
162 iterateCombinations(inputData,outputData); in computeEstimateCovariance()
207 …complexConjMulAndAdd(inputData.at<std::complex<float> >(i,j), inputData.at<std::complex<float> >(i… in computeOneCombination()
216 …complexConjMulAndAdd(inputData.at<std::complex<float> >(iPdr,j), inputData.at<std::complex<float> … in computeOneCombination()
247 …complexConjMulAndAdd(inputData.at<std::complex<float> >(k,c),inputData.at<std::complex<float> >(kP… in computeOneCombination()
248 …complexConjMulAndAdd(inputData.at<std::complex<float> >(rM1,c),inputData.at<std::complex<float> >(… in computeOneCombination()
253 …complexConjMulAndAdd(inputData.at<std::complex<float> >(kPdr,c),inputData.at<std::complex<float> >… in computeOneCombination()
254 …complexConjMulAndAdd(inputData.at<std::complex<float> >(rM1Pdr,c),inputData.at<std::complex<float>… in computeOneCombination()
311 …complexConjMul(inputData.at<std::complex<float> >(rM1,cM1),inputData.at<std::complex<float> >(rM1P… in computeOneCombination()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Security.Cryptography.Encoding/tests/Asn1/Reader/
H A DReadObjectIdentifier.cs222 byte[] inputData = new byte[100000]; in ReadVeryLongOid()
224 inputData[0] = 0x06; in ReadVeryLongOid()
225 inputData[1] = 0x83; in ReadVeryLongOid()
226 inputData[2] = 0x01; in ReadVeryLongOid()
227 inputData[3] = 0x00; in ReadVeryLongOid()
228 inputData[4] = 0x00; in ReadVeryLongOid()
256 byte[] inputData = new byte[255]; in ReadVeryLongOidArc()
258 inputData[0] = 0x06; in ReadVeryLongOidArc()
259 inputData[1] = 0x81; in ReadVeryLongOidArc()
260 inputData[2] = 0x93; in ReadVeryLongOidArc()
[all …]
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/test/java/org/apache/hadoop/mapred/
H A DTestLineRecordReader.java342 inputFile = createInputFile(conf, inputData); in testUncompressedInput()
352 inputFile = createInputFile(conf, inputData); in testUncompressedInput()
362 inputFile = createInputFile(conf, inputData); in testUncompressedInput()
381 inputData = "abc\n+def\n+ghi\n+jkl\n+mno"; in testUncompressedInput()
391 inputData = "abc\ndef+\nghi+\njkl\nmno"; in testUncompressedInput()
405 String inputData = "a\r\nb\rc\nd\r\n"; in testUncompressedInputContainingCRLF() local
422 String inputData = "abcdefghij++kl++mno"; in testUncompressedInputCustomDelimiterPosValue() local
465 inputData = "abcd+efgh++ijk++mno"; in testUncompressedInputCustomDelimiterPosValue()
495 inputData = "abcd|efgh|+|ij|kl|+|mno|pqr"; in testUncompressedInputCustomDelimiterPosValue()
528 recordPos = inputData.length(); in testUncompressedInputCustomDelimiterPosValue()
[all …]
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/test/java/org/apache/hadoop/mapreduce/lib/input/
H A DTestLineRecordReader.java329 inputFile = createInputFile(conf, inputData); in testUncompressedInput()
339 inputFile = createInputFile(conf, inputData); in testUncompressedInput()
349 inputFile = createInputFile(conf, inputData); in testUncompressedInput()
368 inputData = "abc\n+def\n+ghi\n+jkl\n+mno"; in testUncompressedInput()
378 inputData = "abc\ndef+\nghi+\njkl\nmno"; in testUncompressedInput()
392 String inputData = "a\r\nb\rc\nd\r\n"; in testUncompressedInputContainingCRLF() local
409 String inputData = "abcdefghij++kl++mno"; in testUncompressedInputCustomDelimiterPosValue() local
454 inputData = "abcd+efgh++ijk++mno"; in testUncompressedInputCustomDelimiterPosValue()
493 inputData = "abcd|efgh|+|ij|kl|+|mno|pqr"; in testUncompressedInputCustomDelimiterPosValue()
533 keyPosition = inputData.length(); in testUncompressedInputCustomDelimiterPosValue()
[all …]

12345678910>>...52