/dports/science/InsightToolkit/ITK-5.0.1/Modules/Core/Common/include/ |
H A D | itkConnectedComponentAlgorithm.h | 28 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 D | itkRegionalMaximaImageFilterTest.cxx | 31 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 D | itkRegionalMinimaImageFilterTest.cxx | 31 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 D | itkValuedRegionalMaximaImageFilterTest.cxx | 61 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 D | itkValuedRegionalMinimaImageFilterTest.cxx | 63 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 D | itkHConvexImageFilterTest.cxx | 78 auto fullyConnected = static_cast< bool >( std::stod( argv[4] ) ); in itkHConvexImageFilterTest() local 79 TEST_SET_GET_BOOLEAN( hConvexFilter, FullyConnected, fullyConnected ); in itkHConvexImageFilterTest()
|
H A D | itkHMaximaImageFilterTest.cxx | 78 auto fullyConnected = static_cast< bool >( std::stod( argv[4] ) ); in itkHMaximaImageFilterTest() local 79 TEST_SET_GET_BOOLEAN( hMaximaFilter, FullyConnected, fullyConnected ); in itkHMaximaImageFilterTest()
|
H A D | itkHMinimaImageFilterTest.cxx | 78 auto fullyConnected = static_cast< bool >( std::stod( argv[4] ) ); in itkHMinimaImageFilterTest() local 79 TEST_SET_GET_BOOLEAN( hMinimaFilter, FullyConnected, fullyConnected ); in itkHMinimaImageFilterTest()
|
H A D | itkHConcaveImageFilterTest.cxx | 78 auto fullyConnected = static_cast< bool >( std::stod( argv[4] ) ); in itkHConcaveImageFilterTest() local 79 TEST_SET_GET_BOOLEAN( hConcaveFilter, FullyConnected, fullyConnected ); in itkHConcaveImageFilterTest()
|
H A D | itkGrayscaleFillholeImageFilterTest.cxx | 81 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 D | itkBinaryGrindPeakImageFilterTest1.cxx | 56 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 D | itkBinaryShapeOpeningImageFilterTest1.cxx | 85 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 D | itkBinaryStatisticsKeepNObjectsImageFilterTest1.cxx | 89 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 D | itkBinaryShapeKeepNObjectsImageFilterTest1.cxx | 85 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 D | itkBinaryStatisticsOpeningImageFilterTest1.cxx | 89 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 D | itkBinaryImageToShapeLabelMapFilterTest1.cxx | 59 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 D | itkBinaryImageToStatisticsLabelMapFilterTest1.cxx | 66 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 D | Interpreter.cpp | 782 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 D | itkMorphologicalWatershedImageFilterTest.cxx | 64 bool fullyConnected = std::stoi( argv[4] ); in itkMorphologicalWatershedImageFilterTest() local 65 TEST_SET_GET_BOOLEAN( filter, FullyConnected, fullyConnected ); in itkMorphologicalWatershedImageFilterTest()
|
H A D | itkMorphologicalWatershedFromMarkersImageFilterTest.cxx | 68 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 D | itkConnectedComponentImageFilterTestRGB.cxx | 80 int fullyConnected = std::stoi( argv[5] ); in itkConnectedComponentImageFilterTestRGB() local 81 filter->SetFullyConnected( fullyConnected ); in itkConnectedComponentImageFilterTestRGB()
|
H A D | itkConnectedComponentImageFilterTest.cxx | 81 int fullyConnected = std::stoi( argv[5] ); in itkConnectedComponentImageFilterTest() local 82 filter->SetFullyConnected( fullyConnected ); in itkConnectedComponentImageFilterTest()
|
H A D | itkScalarConnectedComponentImageFilterTest.cxx | 121 int fullyConnected = std::stoi( argv[4] ); in itkScalarConnectedComponentImageFilterTest() local 122 filter->SetFullyConnected( fullyConnected ); in itkScalarConnectedComponentImageFilterTest()
|
H A D | itkMaskConnectedComponentImageFilterTest.cxx | 132 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 D | pso.py | 10 def fullyConnected(lst): function 58 self.neighbourfunction = fullyConnected
|