Home
last modified time | relevance | path

Searched refs:SetInput (Results 1 – 25 of 2907) sorted by relevance

12345678910>>...117

/dports/misc/mxnet/incubator-mxnet-1.9.0/cpp-package/example/
H A Dalexnet.cpp49 .SetInput("data", conv1) in AlexnetSymbol()
57 .SetInput("data", relu1) in AlexnetSymbol()
64 .SetInput("data", pool1) in AlexnetSymbol()
76 .SetInput("data", lrn1) in AlexnetSymbol()
80 .SetInput("data", conv2) in AlexnetSymbol()
88 .SetInput("data", relu2) in AlexnetSymbol()
95 .SetInput("data", pool2) in AlexnetSymbol()
107 .SetInput("data", lrn2) in AlexnetSymbol()
111 .SetInput("data", conv3) in AlexnetSymbol()
161 .SetInput("data", fc1) in AlexnetSymbol()
[all …]
/dports/misc/py-mxnet/incubator-mxnet-1.9.0/cpp-package/example/
H A Dalexnet.cpp49 .SetInput("data", conv1) in AlexnetSymbol()
57 .SetInput("data", relu1) in AlexnetSymbol()
64 .SetInput("data", pool1) in AlexnetSymbol()
76 .SetInput("data", lrn1) in AlexnetSymbol()
80 .SetInput("data", conv2) in AlexnetSymbol()
88 .SetInput("data", relu2) in AlexnetSymbol()
95 .SetInput("data", pool2) in AlexnetSymbol()
107 .SetInput("data", lrn2) in AlexnetSymbol()
111 .SetInput("data", conv3) in AlexnetSymbol()
161 .SetInput("data", fc1) in AlexnetSymbol()
[all …]
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Filtering/FastMarching/wrapping/test/
H A DFastMarchingImageFilterTest.py111 smoothing.SetInput(reader.GetOutput())
114 fastMarching.SetInput(sigmoid.GetOutput())
116 writer.SetInput(thresholder.GetOutput())
161 caster1.SetInput(smoothing.GetOutput())
162 writer1.SetInput(caster1.GetOutput())
169 writer2.SetInput(caster2.GetOutput())
175 caster3.SetInput(sigmoid.GetOutput())
176 writer3.SetInput(caster3.GetOutput())
182 caster4.SetInput(fastMarching.GetOutput())
183 writer4.SetInput(caster4.GetOutput())
[all …]
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Filtering/MathematicalMorphology/include/
H A DitkGrayscaleMorphologicalOpeningImageFilter.hxx151 pad->SetInput( this->GetInput() ); in GenerateData()
154 m_BasicErodeFilter->SetInput( pad->GetOutput() ); in GenerateData()
162 crop->SetInput( m_BasicDilateFilter->GetOutput() ); in GenerateData()
173 m_BasicErodeFilter->SetInput( this->GetInput() ); in GenerateData()
194 pad->SetInput( this->GetInput() ); in GenerateData()
237 pad->SetInput( this->GetInput() ); in GenerateData()
286 pad->SetInput( this->GetInput() ); in GenerateData()
289 m_AnchorFilter->SetInput( pad->GetOutput() ); in GenerateData()
294 crop->SetInput( m_AnchorFilter->GetOutput() ); in GenerateData()
305 m_AnchorFilter->SetInput( this->GetInput() ); in GenerateData()
[all …]
H A DitkGrayscaleMorphologicalClosingImageFilter.hxx153 pad->SetInput( this->GetInput() ); in GenerateData()
156 m_BasicDilateFilter->SetInput( pad->GetOutput() ); in GenerateData()
164 crop->SetInput( m_BasicErodeFilter->GetOutput() ); in GenerateData()
175 m_BasicDilateFilter->SetInput( this->GetInput() ); in GenerateData()
196 pad->SetInput( this->GetInput() ); in GenerateData()
239 pad->SetInput( this->GetInput() ); in GenerateData()
282 pad->SetInput( this->GetInput() ); in GenerateData()
285 m_AnchorFilter->SetInput( pad->GetOutput() ); in GenerateData()
290 crop->SetInput( m_AnchorFilter->GetOutput() ); in GenerateData()
301 m_AnchorFilter->SetInput( this->GetInput() ); in GenerateData()
[all …]
/dports/science/InsightToolkit/ITK-5.0.1/Examples/Segmentation/
H A DCurvesLevelSetImageFilter.cxx284 smoothing->SetInput( reader->GetOutput() ); in main()
292 writer->SetInput( thresholder->GetOutput() ); in main()
410 caster1->SetInput( smoothing->GetOutput() ); in main()
411 writer1->SetInput( caster1->GetOutput() ); in main()
418 writer2->SetInput( caster2->GetOutput() ); in main()
424 caster3->SetInput( sigmoid->GetOutput() ); in main()
425 writer3->SetInput( caster3->GetOutput() ); in main()
431 caster4->SetInput( fastMarching->GetOutput() ); in main()
432 writer4->SetInput( caster4->GetOutput() ); in main()
490 mapWriter->SetInput( fastMarching->GetOutput() ); in main()
[all …]
H A DFastMarchingImageFilter.cxx401 smoothing->SetInput( reader->GetOutput() ); in main()
404 fastMarching->SetInput( sigmoid->GetOutput() ); in main()
406 writer->SetInput( thresholder->GetOutput() ); in main()
586 caster1->SetInput( smoothing->GetOutput() ); in main()
587 writer1->SetInput( caster1->GetOutput() ); in main()
605 writer2->SetInput( caster2->GetOutput() ); in main()
622 caster3->SetInput( sigmoid->GetOutput() ); in main()
623 writer3->SetInput( caster3->GetOutput() ); in main()
699 caster4->SetInput( fastMarching->GetOutput() ); in main()
700 writer4->SetInput( caster4->GetOutput() ); in main()
[all …]
H A DGeodesicActiveContourImageFilter.cxx309 smoothing->SetInput( reader->GetOutput() ); in main()
317 writer->SetInput( thresholder->GetOutput() ); in main()
435 caster1->SetInput( smoothing->GetOutput() ); in main()
436 writer1->SetInput( caster1->GetOutput() ); in main()
443 writer2->SetInput( caster2->GetOutput() ); in main()
449 caster3->SetInput( sigmoid->GetOutput() ); in main()
450 writer3->SetInput( caster3->GetOutput() ); in main()
456 caster4->SetInput( fastMarching->GetOutput() ); in main()
457 writer4->SetInput( caster4->GetOutput() ); in main()
515 mapWriter->SetInput( fastMarching->GetOutput() ); in main()
[all …]
H A DShapeDetectionLevelSetFilter.cxx394 smoothing->SetInput( reader->GetOutput() ); in main()
403 writer->SetInput( thresholder->GetOutput() ); in main()
583 caster1->SetInput( smoothing->GetOutput() ); in main()
584 writer1->SetInput( caster1->GetOutput() ); in main()
591 writer2->SetInput( caster2->GetOutput() ); in main()
597 caster3->SetInput( sigmoid->GetOutput() ); in main()
598 writer3->SetInput( caster3->GetOutput() ); in main()
604 caster4->SetInput( fastMarching->GetOutput() ); in main()
605 writer4->SetInput( caster4->GetOutput() ); in main()
725 mapWriter->SetInput( fastMarching->GetOutput() ); in main()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/vr/elements/
H A Domnibox_text_field_unittest.cc40 void SetInput(const std::string& text, in SetInput() function in vr::OmniboxTest
106 SetInput("w", 1, 1, "", 0, 0); in TEST_F()
114 SetInput("wi", 2, 2, "w", 1, 1); in TEST_F()
123 SetInput("wi", 0, 0, "wi", 2, 2); in TEST_F()
131 SetInput(".wi", 1, 1, "wi", 0, 0); in TEST_F()
139 SetInput("wi", 0, 0, ".wi", 1, 1); in TEST_F()
147 SetInput("wi", 2, 2, "wi", 0, 0); in TEST_F()
155 SetInput("wik", 3, 3, "wi", 2, 2); in TEST_F()
166 SetInput("w", 1, 1, "", 0, 0); in TEST_F()
196 SetInput("w", 1, 1, "wikipedia", 1, 9); in TEST_F()
[all …]
/dports/math/vtk8/VTK-8.2.0/Rendering/FreeType/Testing/Cxx/
H A DTestFontDPIScaling.cxx48 actor1->SetInput(str.c_str()); in TestFontDPIScaling()
57 actor2->SetInput(str.c_str()); in TestFontDPIScaling()
66 actor3->SetInput(str.c_str()); in TestFontDPIScaling()
77 actor4->SetInput(str.c_str()); in TestFontDPIScaling()
89 actor5->SetInput(str.c_str()); in TestFontDPIScaling()
98 actor6->SetInput(str.c_str()); in TestFontDPIScaling()
107 actor7->SetInput(str.c_str()); in TestFontDPIScaling()
116 actor8->SetInput(str.c_str()); in TestFontDPIScaling()
155 actor13->SetInput("$A = \\pi r^2$"); in TestFontDPIScaling()
167 actor14->SetInput("4.0"); in TestFontDPIScaling()
[all …]
H A DTestMathTextFreeTypeTextRenderer.cxx62 actor1->SetInput(str.c_str()); in TestMathTextFreeTypeTextRenderer()
71 actor2->SetInput(str.c_str()); in TestMathTextFreeTypeTextRenderer()
80 actor3->SetInput(str.c_str()); in TestMathTextFreeTypeTextRenderer()
91 actor4->SetInput(str.c_str()); in TestMathTextFreeTypeTextRenderer()
103 actor5->SetInput(str.c_str()); in TestMathTextFreeTypeTextRenderer()
112 actor6->SetInput(str.c_str()); in TestMathTextFreeTypeTextRenderer()
121 actor7->SetInput(str.c_str()); in TestMathTextFreeTypeTextRenderer()
130 actor8->SetInput(str.c_str()); in TestMathTextFreeTypeTextRenderer()
155 actor11->SetInput("Test FreeType fallback:\n$\\asdf$"); in TestMathTextFreeTypeTextRenderer()
169 actor13->SetInput("$A = \\pi r^2$"); in TestMathTextFreeTypeTextRenderer()
[all …]
H A DTestFreeTypeTextMapper.cxx49 mapper1->SetInput(str.c_str()); in TestFreeTypeTextMapper()
60 mapper2->SetInput(str.c_str()); in TestFreeTypeTextMapper()
71 mapper3->SetInput(str.c_str()); in TestFreeTypeTextMapper()
84 mapper4->SetInput(str.c_str()); in TestFreeTypeTextMapper()
98 mapper5->SetInput(str.c_str()); in TestFreeTypeTextMapper()
109 mapper6->SetInput(str.c_str()); in TestFreeTypeTextMapper()
120 mapper7->SetInput(str.c_str()); in TestFreeTypeTextMapper()
131 mapper8->SetInput(str.c_str()); in TestFreeTypeTextMapper()
180 mapper13->SetInput("$A = \\pi r^2$"); in TestFreeTypeTextMapper()
194 mapper14->SetInput("4.0"); in TestFreeTypeTextMapper()
[all …]
/dports/math/vtk9/VTK-9.1.0/Rendering/FreeType/Testing/Cxx/
H A DTestFontDPIScaling.cxx48 actor1->SetInput(str.c_str()); in TestFontDPIScaling()
57 actor2->SetInput(str.c_str()); in TestFontDPIScaling()
66 actor3->SetInput(str.c_str()); in TestFontDPIScaling()
77 actor4->SetInput(str.c_str()); in TestFontDPIScaling()
89 actor5->SetInput(str.c_str()); in TestFontDPIScaling()
98 actor6->SetInput(str.c_str()); in TestFontDPIScaling()
107 actor7->SetInput(str.c_str()); in TestFontDPIScaling()
116 actor8->SetInput(str.c_str()); in TestFontDPIScaling()
155 actor13->SetInput("$A = \\pi r^2$"); in TestFontDPIScaling()
167 actor14->SetInput("4.0"); in TestFontDPIScaling()
[all …]
H A DTestMathTextFreeTypeTextRenderer.cxx63 actor1->SetInput(str.c_str()); in TestMathTextFreeTypeTextRenderer()
72 actor2->SetInput(str.c_str()); in TestMathTextFreeTypeTextRenderer()
81 actor3->SetInput(str.c_str()); in TestMathTextFreeTypeTextRenderer()
92 actor4->SetInput(str.c_str()); in TestMathTextFreeTypeTextRenderer()
104 actor5->SetInput(str.c_str()); in TestMathTextFreeTypeTextRenderer()
113 actor6->SetInput(str.c_str()); in TestMathTextFreeTypeTextRenderer()
122 actor7->SetInput(str.c_str()); in TestMathTextFreeTypeTextRenderer()
131 actor8->SetInput(str.c_str()); in TestMathTextFreeTypeTextRenderer()
156 actor11->SetInput("Test FreeType fallback:\n$\\asdf$"); in TestMathTextFreeTypeTextRenderer()
170 actor13->SetInput("$A = \\pi r^2$"); in TestMathTextFreeTypeTextRenderer()
[all …]
H A DTestFreeTypeTextMapper.cxx49 mapper1->SetInput(str.c_str()); in TestFreeTypeTextMapper()
60 mapper2->SetInput(str.c_str()); in TestFreeTypeTextMapper()
71 mapper3->SetInput(str.c_str()); in TestFreeTypeTextMapper()
84 mapper4->SetInput(str.c_str()); in TestFreeTypeTextMapper()
98 mapper5->SetInput(str.c_str()); in TestFreeTypeTextMapper()
109 mapper6->SetInput(str.c_str()); in TestFreeTypeTextMapper()
120 mapper7->SetInput(str.c_str()); in TestFreeTypeTextMapper()
131 mapper8->SetInput(str.c_str()); in TestFreeTypeTextMapper()
180 mapper13->SetInput("$A = \\pi r^2$"); in TestFreeTypeTextMapper()
194 mapper14->SetInput("4.0"); in TestFreeTypeTextMapper()
[all …]
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Filtering/MathematicalMorphology/test/
H A DitkValuedRegionalMinimaImageFilterTest.cxx69 filter->SetInput( reader->GetOutput() ); in itkValuedRegionalMinimaImageFilterTest()
75 writer->SetInput( filter->GetOutput() ); in itkValuedRegionalMinimaImageFilterTest()
84 concaveFilter->SetInput( reader->GetOutput() ); in itkValuedRegionalMinimaImageFilterTest()
92 rescaler->SetInput( concaveFilter->GetOutput() ); in itkValuedRegionalMinimaImageFilterTest()
99 andFilter->SetInput( 0, rescaler->GetOutput() ); in itkValuedRegionalMinimaImageFilterTest()
100 andFilter->SetInput( 1, reader->GetOutput() ); in itkValuedRegionalMinimaImageFilterTest()
107 invertFilter->SetInput( rescaler->GetOutput() ); in itkValuedRegionalMinimaImageFilterTest()
114 max->SetInput(0, invertFilter->GetOutput() ); in itkValuedRegionalMinimaImageFilterTest()
115 max->SetInput(1, andFilter->GetOutput() ); in itkValuedRegionalMinimaImageFilterTest()
118 writer2->SetInput( andFilter->GetOutput() ); in itkValuedRegionalMinimaImageFilterTest()
/dports/math/vtk8/VTK-8.2.0/Rendering/Matplotlib/Testing/Cxx/
H A DTestGL2PSFontDPIScaling.cxx50 actor1->SetInput(str.c_str()); in TestGL2PSFontDPIScaling()
59 actor2->SetInput(str.c_str()); in TestGL2PSFontDPIScaling()
68 actor3->SetInput(str.c_str()); in TestGL2PSFontDPIScaling()
79 actor4->SetInput(str.c_str()); in TestGL2PSFontDPIScaling()
91 actor5->SetInput(str.c_str()); in TestGL2PSFontDPIScaling()
100 actor6->SetInput(str.c_str()); in TestGL2PSFontDPIScaling()
109 actor7->SetInput(str.c_str()); in TestGL2PSFontDPIScaling()
118 actor8->SetInput(str.c_str()); in TestGL2PSFontDPIScaling()
157 actor13->SetInput("$A = \\pi r^2$"); in TestGL2PSFontDPIScaling()
169 actor14->SetInput("4.0"); in TestGL2PSFontDPIScaling()
[all …]
/dports/math/vtk9/VTK-9.1.0/Rendering/Matplotlib/Testing/Cxx/
H A DTestGL2PSFontDPIScaling.cxx50 actor1->SetInput(str.c_str()); in TestGL2PSFontDPIScaling()
59 actor2->SetInput(str.c_str()); in TestGL2PSFontDPIScaling()
68 actor3->SetInput(str.c_str()); in TestGL2PSFontDPIScaling()
79 actor4->SetInput(str.c_str()); in TestGL2PSFontDPIScaling()
91 actor5->SetInput(str.c_str()); in TestGL2PSFontDPIScaling()
100 actor6->SetInput(str.c_str()); in TestGL2PSFontDPIScaling()
109 actor7->SetInput(str.c_str()); in TestGL2PSFontDPIScaling()
118 actor8->SetInput(str.c_str()); in TestGL2PSFontDPIScaling()
157 actor13->SetInput("$A = \\pi r^2$"); in TestGL2PSFontDPIScaling()
169 actor14->SetInput("4.0"); in TestGL2PSFontDPIScaling()
[all …]
/dports/science/InsightToolkit/ITK-5.0.1/Wrapping/Generators/Tcl/Tests/
H A DCannyEdgeDetectionImageFilterConnectVTKITK.tcl46 lum SetInput [reader GetOutput]
51 imageCast SetInput [lum GetOutput]
55 vtkExporter SetInput [imageCast GetOutput]
68 $canny SetInput [$itkImporter GetOutput]
69 $rescaler SetInput [$canny GetOutput]
75 $itkExporter SetInput [$rescaler GetOutput]
86 writer SetInput [vtkImporter GetOutput]
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Filtering/ImageStatistics/test/
H A DitkMinimumMaximumImageFilterGTest.cxx103 addFilter->SetInput(m_Image); in SetUp()
131 monitor->SetInput(this->GetInputImage()); in TEST_F()
134 filter->SetInput(monitor->GetOutput()); in TEST_F()
148 monitor->SetInput(this->GetInputImage()); in TEST_F()
151 filter->SetInput(monitor->GetOutput()); in TEST_F()
166 monitor->SetInput(this->GetInputImage()); in TEST_F()
169 filter->SetInput(monitor->GetOutput()); in TEST_F()
183 monitor->SetInput(this->GetInputImage()); in TEST_F()
186 filter->SetInput(monitor->GetOutput()); in TEST_F()
205 filter->SetInput(monitor->GetOutput()); in TEST_F()
[all …]
/dports/math/vtk6/VTK-6.2.0/Rendering/FreeType/Testing/Cxx/
H A DTestMathTextFreeTypeTextRenderer.cxx62 actor1->SetInput(str.c_str()); in TestMathTextFreeTypeTextRenderer()
71 actor2->SetInput(str.c_str()); in TestMathTextFreeTypeTextRenderer()
80 actor3->SetInput(str.c_str()); in TestMathTextFreeTypeTextRenderer()
91 actor4->SetInput(str.c_str()); in TestMathTextFreeTypeTextRenderer()
103 actor5->SetInput(str.c_str()); in TestMathTextFreeTypeTextRenderer()
112 actor6->SetInput(str.c_str()); in TestMathTextFreeTypeTextRenderer()
121 actor7->SetInput(str.c_str()); in TestMathTextFreeTypeTextRenderer()
130 actor8->SetInput(str.c_str()); in TestMathTextFreeTypeTextRenderer()
155 actor11->SetInput("Test FreeType fallback:\n$\\asdf$"); in TestMathTextFreeTypeTextRenderer()
169 actor13->SetInput("$A = \\pi r^2$"); in TestMathTextFreeTypeTextRenderer()
[all …]
/dports/devel/gdcm/gdcm-3.0.10/Utilities/VTK/Examples/Java/
H A DAWTMedical3.java141 skinExtractor.SetInput(theImageData); in AWTMedical3()
149 skinMapper.SetInput(skinNormals.GetOutput()); in AWTMedical3()
163 boneExtractor.SetInput(theImageData); in AWTMedical3()
171 boneMapper.SetInput(boneStripper.GetOutput()); in AWTMedical3()
179 outlineData.SetInput(theImageData); in AWTMedical3()
181 mapOutline.SetInput(outlineData.GetOutput()); in AWTMedical3()
226 saggitalColors.SetInput(theImageData); in AWTMedical3()
235 axialColors.SetInput(theImageData); in AWTMedical3()
238 axial.SetInput(axialColors.GetOutput()); in AWTMedical3()
244 coronalColors.SetInput(theImageData); in AWTMedical3()
[all …]
/dports/science/InsightToolkit/ITK-5.0.1/Examples/Visualization/
H A DCannyEdgeDetectionImageFilterConnectVTKITK.py43 lum.SetInput(reader.GetOutput())
48 imageCast.SetInput(lum.GetOutput())
52 vtkExporter.SetInput(imageCast.GetOutput())
65 canny.SetInput(itkImporter.GetOutput())
66 rescaler.SetInput(canny.GetOutput())
81 itkExporter.SetInput(rescaler.GetOutput())
92 writer.SetInput(vtkImporter.GetOutput())
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Segmentation/LevelSets/test/
H A DitkCurvesLevelSetImageFilterTest.cxx87 caster->SetInput( inputImage ); in itkCurvesLevelSetImageFilterTest()
93 gradMagnitude->SetInput( caster->GetOutput() ); in itkCurvesLevelSetImageFilterTest()
103 sigmoid->SetInput( gradMagnitude->GetOutput() ); in itkCurvesLevelSetImageFilterTest()
163 thresholder->SetInput( curvesFilter->GetOutput() ); in itkCurvesLevelSetImageFilterTest()
199 writer->SetInput( inputImage ); in itkCurvesLevelSetImageFilterTest()
202 rescaler->SetInput( gradMagnitude->GetOutput() ); in itkCurvesLevelSetImageFilterTest()
206 writer->SetInput( rescaler->GetOutput() ); in itkCurvesLevelSetImageFilterTest()
209 rescaler->SetInput( sigmoid->GetOutput() ); in itkCurvesLevelSetImageFilterTest()
213 writer->SetInput( thresholder->GetOutput() ); in itkCurvesLevelSetImageFilterTest()
217 thresholder->SetInput( fastMarching->GetOutput() ); in itkCurvesLevelSetImageFilterTest()
[all …]

12345678910>>...117