NVIDIA FLARE Logo

Introduction

  • What is Federated Learning?
  • NVIDIA FLARE Overview
  • Installation
  • Quickstart
  • Getting Started
  • What’s New

Guides

  • Example Applications
  • Real-World Federated Learning
  • User Guide
  • Programming Guide
  • Programming Best Practices

Miscellaneous

  • Frequently Asked Questions
  • Publications and Talks
  • Contributing
  • API
    • nvflare package
      • Subpackages
        • nvflare.apis package
        • nvflare.app_common package
          • Subpackages
            • nvflare.app_common.abstract package
            • nvflare.app_common.aggregators package
            • nvflare.app_common.app_defined package
            • nvflare.app_common.ccwf package
            • nvflare.app_common.decomposers package
            • nvflare.app_common.executors package
            • nvflare.app_common.filters package
            • nvflare.app_common.homomorphic_encryption package
            • nvflare.app_common.hub package
            • nvflare.app_common.job_launcher package
            • nvflare.app_common.job_schedulers package
            • nvflare.app_common.launchers package
            • nvflare.app_common.logging package
            • nvflare.app_common.metrics_exchange package
            • nvflare.app_common.model_locator package
            • nvflare.app_common.np package
            • nvflare.app_common.psi package
              • Subpackages
                • nvflare.app_common.psi.dh_psi package
              • Submodules
                • nvflare.app_common.psi.file_psi_writer module
                • nvflare.app_common.psi.psi_controller module
                • nvflare.app_common.psi.psi_executor module
                • nvflare.app_common.psi.psi_spec module
                • nvflare.app_common.psi.psi_workflow_spec module
                • nvflare.app_common.psi.psi_writer_spec module
              • Module contents
            • nvflare.app_common.pt package
            • nvflare.app_common.resource_consumers package
            • nvflare.app_common.resource_managers package
            • nvflare.app_common.response_processors package
            • nvflare.app_common.shareablegenerators package
            • nvflare.app_common.state_persistors package
            • nvflare.app_common.statistics package
            • nvflare.app_common.storages package
            • nvflare.app_common.streamers package
            • nvflare.app_common.tie package
            • nvflare.app_common.tracking package
            • nvflare.app_common.utils package
            • nvflare.app_common.widgets package
            • nvflare.app_common.workflows package
          • Submodules
          • Module contents
        • nvflare.app_opt package
        • nvflare.client package
        • nvflare.dashboard package
        • nvflare.fuel package
        • nvflare.fuel_opt package
        • nvflare.ha package
        • nvflare.job_config package
        • nvflare.lighter package
        • nvflare.metrics package
        • nvflare.private package
        • nvflare.security package
        • nvflare.tool package
        • nvflare.utils package
        • nvflare.widgets package
      • Submodules
      • Module contents
  • Glossary
NVIDIA FLARE
  • nvflare
  • nvflare package
  • nvflare.app_common package
  • nvflare.app_common.psi package
  • View page source

nvflare.app_common.psi package¶

Subpackages¶

  • nvflare.app_common.psi.dh_psi package
    • Submodules
      • nvflare.app_common.psi.dh_psi.dh_psi_controller module
        • DhPSIController
      • nvflare.app_common.psi.dh_psi.dh_psi_workflow module
        • DhPSIWorkFlow
        • SiteSize
    • Module contents

Submodules¶

  • nvflare.app_common.psi.file_psi_writer module
    • FilePSIWriter
      • FilePSIWriter.get_output_path()
      • FilePSIWriter.save()
  • nvflare.app_common.psi.psi_controller module
    • PSIController
      • PSIController.control_flow()
      • PSIController.load_psi_workflow()
      • PSIController.process_result_of_unknown_task()
      • PSIController.start_controller()
      • PSIController.stop_controller()
  • nvflare.app_common.psi.psi_executor module
    • PSIExecutor
      • PSIExecutor.check_psi_algo()
      • PSIExecutor.get_data_kind()
      • PSIExecutor.get_task_handler()
      • PSIExecutor.load_task_handler()
  • nvflare.app_common.psi.psi_spec module
    • PSI
      • PSI.finalize()
      • PSI.get_intersection()
      • PSI.initialize()
      • PSI.load_items()
      • PSI.save()
  • nvflare.app_common.psi.psi_workflow_spec module
    • PSIWorkflow
      • PSIWorkflow.post_process()
      • PSIWorkflow.pre_process()
      • PSIWorkflow.run()
  • nvflare.app_common.psi.psi_writer_spec module
    • PSIWriter
      • PSIWriter.save()

Module contents¶

Previous Next

© Copyright 2025, NVIDIA.

Built with Sphinx using a theme provided by Read the Docs.