Home
last modified time | relevance | path

Searched refs:fullyConnected (Results 1 – 25 of 27) sorted by relevance

12

/dports/science/InsightToolkit/ITK-5.0.1/Modules/Core/Common/include/
H A DitkConnectedComponentAlgorithm.h28 setConnectivity(TIterator *it, bool fullyConnected = false)
32 if ( !fullyConnected )
64 setConnectivityPrevious(TIterator *it, bool fullyConnected = false)
69 if ( !fullyConnected )
99 setConnectivityLater(TIterator *it, bool fullyConnected = false)
104 if ( !fullyConnected )
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Filtering/MathematicalMorphology/test/
H A DitkRegionalMaximaImageFilterTest.cxx31 bool fullyConnected, bool flatIsMaxima ) in RegionalMaximaImageFilterTestHelper() argument
46 TEST_SET_GET_BOOLEAN( filter, FullyConnected, fullyConnected ); in RegionalMaximaImageFilterTestHelper()
75 convexFilter->SetFullyConnected( fullyConnected ); in RegionalMaximaImageFilterTestHelper()
120 bool fullyConnected = std::stoi( argv[5] ); in itkRegionalMaximaImageFilterTest() local
139 inputImageFile, outputImageFile, outputImageFile2, fullyConnected, in itkRegionalMaximaImageFilterTest()
146 inputImageFile, outputImageFile, outputImageFile2, fullyConnected, in itkRegionalMaximaImageFilterTest()
H A DitkRegionalMinimaImageFilterTest.cxx31 bool fullyConnected, bool flatIsMinima ) in RegionalMinimaImageFilterTestHelper() argument
46 TEST_SET_GET_BOOLEAN( filter, FullyConnected, fullyConnected ); in RegionalMinimaImageFilterTestHelper()
75 concaveFilter->SetFullyConnected( fullyConnected ); in RegionalMinimaImageFilterTestHelper()
120 bool fullyConnected = std::stoi( argv[5] ); in itkRegionalMinimaImageFilterTest() local
139 inputImageFile, outputImageFile, outputImageFile2, fullyConnected, in itkRegionalMinimaImageFilterTest()
146 inputImageFile, outputImageFile, outputImageFile2, fullyConnected, in itkRegionalMinimaImageFilterTest()
H A DitkValuedRegionalMaximaImageFilterTest.cxx61 bool fullyConnected = std::stoi( argv[4] ); in itkValuedRegionalMaximaImageFilterTest() local
62 TEST_SET_GET_BOOLEAN( filter, FullyConnected, fullyConnected ); in itkValuedRegionalMaximaImageFilterTest()
83 convexFilter->SetFullyConnected( fullyConnected ); in itkValuedRegionalMaximaImageFilterTest()
H A DitkValuedRegionalMinimaImageFilterTest.cxx63 bool fullyConnected = std::stoi( argv[4] ); in itkValuedRegionalMinimaImageFilterTest() local
64 TEST_SET_GET_BOOLEAN( filter, FullyConnected, fullyConnected ); in itkValuedRegionalMinimaImageFilterTest()
85 concaveFilter->SetFullyConnected( fullyConnected ); in itkValuedRegionalMinimaImageFilterTest()
H A DitkHConvexImageFilterTest.cxx78 auto fullyConnected = static_cast< bool >( std::stod( argv[4] ) ); in itkHConvexImageFilterTest() local
79 TEST_SET_GET_BOOLEAN( hConvexFilter, FullyConnected, fullyConnected ); in itkHConvexImageFilterTest()
H A DitkHMaximaImageFilterTest.cxx78 auto fullyConnected = static_cast< bool >( std::stod( argv[4] ) ); in itkHMaximaImageFilterTest() local
79 TEST_SET_GET_BOOLEAN( hMaximaFilter, FullyConnected, fullyConnected ); in itkHMaximaImageFilterTest()
H A DitkHMinimaImageFilterTest.cxx78 auto fullyConnected = static_cast< bool >( std::stod( argv[4] ) ); in itkHMinimaImageFilterTest() local
79 TEST_SET_GET_BOOLEAN( hMinimaFilter, FullyConnected, fullyConnected ); in itkHMinimaImageFilterTest()
H A DitkHConcaveImageFilterTest.cxx78 auto fullyConnected = static_cast< bool >( std::stod( argv[4] ) ); in itkHConcaveImageFilterTest() local
79 TEST_SET_GET_BOOLEAN( hConcaveFilter, FullyConnected, fullyConnected ); in itkHConcaveImageFilterTest()
H A DitkGrayscaleFillholeImageFilterTest.cxx81 auto fullyConnected = static_cast< bool >( atoi( argv[3] ) ); in itkGrayscaleFillholeImageFilterTest() local
82 TEST_SET_GET_BOOLEAN( fillhole, FullyConnected, fullyConnected ); in itkGrayscaleFillholeImageFilterTest()
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Filtering/LabelMap/test/
H A DitkBinaryGrindPeakImageFilterTest1.cxx56 bool fullyConnected = std::stoi( argv[3] ) != 0; in itkBinaryGrindPeakImageFilterTest1() local
57 binaryGrindPeakImageFilter->SetFullyConnected( fullyConnected ); in itkBinaryGrindPeakImageFilterTest1()
58 TEST_SET_GET_VALUE( fullyConnected, binaryGrindPeakImageFilter->GetFullyConnected() ); in itkBinaryGrindPeakImageFilterTest1()
60 if( fullyConnected ) in itkBinaryGrindPeakImageFilterTest1()
H A DitkBinaryShapeOpeningImageFilterTest1.cxx85 bool fullyConnected = std::stoi( argv[7] ); in itkBinaryShapeOpeningImageFilterTest1() local
86 opening->SetFullyConnected( fullyConnected ); in itkBinaryShapeOpeningImageFilterTest1()
87 TEST_SET_GET_VALUE( fullyConnected , opening->GetFullyConnected() ); in itkBinaryShapeOpeningImageFilterTest1()
H A DitkBinaryStatisticsKeepNObjectsImageFilterTest1.cxx89 bool fullyConnected = std::stoi( argv[8] ); in itkBinaryStatisticsKeepNObjectsImageFilterTest1() local
90 KeepNObjects->SetFullyConnected( fullyConnected ); in itkBinaryStatisticsKeepNObjectsImageFilterTest1()
91 TEST_SET_GET_VALUE( fullyConnected , KeepNObjects->GetFullyConnected() ); in itkBinaryStatisticsKeepNObjectsImageFilterTest1()
H A DitkBinaryShapeKeepNObjectsImageFilterTest1.cxx85 bool fullyConnected = std::stoi( argv[7] ); in itkBinaryShapeKeepNObjectsImageFilterTest1() local
86 KeepNObjects->SetFullyConnected( fullyConnected ); in itkBinaryShapeKeepNObjectsImageFilterTest1()
87 TEST_SET_GET_VALUE( fullyConnected , KeepNObjects->GetFullyConnected() ); in itkBinaryShapeKeepNObjectsImageFilterTest1()
H A DitkBinaryStatisticsOpeningImageFilterTest1.cxx89 bool fullyConnected = std::stoi( argv[8] ); in itkBinaryStatisticsOpeningImageFilterTest1() local
90 opening->SetFullyConnected( fullyConnected ); in itkBinaryStatisticsOpeningImageFilterTest1()
91 TEST_SET_GET_VALUE( fullyConnected , opening->GetFullyConnected() ); in itkBinaryStatisticsOpeningImageFilterTest1()
H A DitkBinaryImageToShapeLabelMapFilterTest1.cxx59 bool fullyConnected = std::stoi(argv[3]); in itkBinaryImageToShapeLabelMapFilterTest1() local
60 i2l->SetFullyConnected( fullyConnected ); in itkBinaryImageToShapeLabelMapFilterTest1()
61 TEST_SET_GET_VALUE( fullyConnected, i2l->GetFullyConnected() ); in itkBinaryImageToShapeLabelMapFilterTest1()
H A DitkBinaryImageToStatisticsLabelMapFilterTest1.cxx66 bool fullyConnected = std::stoi(argv[4]); in itkBinaryImageToStatisticsLabelMapFilterTest1() local
67 i2l->SetFullyConnected( fullyConnected ); in itkBinaryImageToStatisticsLabelMapFilterTest1()
68 TEST_SET_GET_VALUE( fullyConnected, i2l->GetFullyConnected() ); in itkBinaryImageToStatisticsLabelMapFilterTest1()
/dports/misc/glow/glow-f24d960e3cc80db95ac0bc17b1900dbf60ca044a/lib/Backends/Interpreter/
H A DInterpreter.cpp782 FullyConnectedNode &fullyConnected) { in quantizeFCFloatBias() argument
783 if (fullyConnected.getBias().getType()->isQuantizedType() || in quantizeFCFloatBias()
784 (!fullyConnected.getWeights().getType()->isQuantizedType())) { in quantizeFCFloatBias()
787 assert(fullyConnected.getBias().getElementType() == ElemKind::FloatTy && in quantizeFCFloatBias()
790 llvm::dyn_cast<Constant>(fullyConnected.getBias().getNode()); in quantizeFCFloatBias()
811 fullyConnected.getName(), fullyConnected.getInput(), in quantizeFCFloatBias()
812 fullyConnected.getWeights(), biasQuantizedC, in quantizeFCFloatBias()
813 fullyConnected.getResult().getType(), /* axis doens't matter */ 1); in quantizeFCFloatBias()
814 fullyConnected.getResult().replaceAllUsesOfWith(newFullyConnectedNode); in quantizeFCFloatBias()
936 } else if (auto *fullyConnected = in transformPostLowering() local
[all …]
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Segmentation/Watersheds/test/
H A DitkMorphologicalWatershedImageFilterTest.cxx64 bool fullyConnected = std::stoi( argv[4] ); in itkMorphologicalWatershedImageFilterTest() local
65 TEST_SET_GET_BOOLEAN( filter, FullyConnected, fullyConnected ); in itkMorphologicalWatershedImageFilterTest()
H A DitkMorphologicalWatershedFromMarkersImageFilterTest.cxx68 bool fullyConnected = std::stoi( argv[5] ); in itkMorphologicalWatershedFromMarkersImageFilterTest() local
69 TEST_SET_GET_BOOLEAN( filter, FullyConnected, fullyConnected ); in itkMorphologicalWatershedFromMarkersImageFilterTest()
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Segmentation/ConnectedComponents/test/
H A DitkConnectedComponentImageFilterTestRGB.cxx80 int fullyConnected = std::stoi( argv[5] ); in itkConnectedComponentImageFilterTestRGB() local
81 filter->SetFullyConnected( fullyConnected ); in itkConnectedComponentImageFilterTestRGB()
H A DitkConnectedComponentImageFilterTest.cxx81 int fullyConnected = std::stoi( argv[5] ); in itkConnectedComponentImageFilterTest() local
82 filter->SetFullyConnected( fullyConnected ); in itkConnectedComponentImageFilterTest()
H A DitkScalarConnectedComponentImageFilterTest.cxx121 int fullyConnected = std::stoi( argv[4] ); in itkScalarConnectedComponentImageFilterTest() local
122 filter->SetFullyConnected( fullyConnected ); in itkScalarConnectedComponentImageFilterTest()
H A DitkMaskConnectedComponentImageFilterTest.cxx132 int fullyConnected = std::stoi( argv[5] ); in itkMaskConnectedComponentImageFilterTest() local
133 filter->SetFullyConnected( fullyConnected ); in itkMaskConnectedComponentImageFilterTest()
/dports/science/pybrain/pybrain-0.3.3/pybrain/optimization/populationbased/
H A Dpso.py10 def fullyConnected(lst): function
58 self.neighbourfunction = fullyConnected

12