NVIDIA FLARE Logo
2.4

Introduction

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

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
        • nvflare.app_opt package
        • nvflare.client package
        • nvflare.dashboard package
        • nvflare.fuel package
          • Subpackages
            • nvflare.fuel.common package
            • nvflare.fuel.f3 package
            • nvflare.fuel.flare_api package
            • nvflare.fuel.hci package
            • nvflare.fuel.sec package
            • nvflare.fuel.utils package
              • Subpackages
                • nvflare.fuel.utils.fobs package
                • nvflare.fuel.utils.pipe package
              • Submodules
              • Module contents
          • Module contents
        • nvflare.fuel_opt package
        • nvflare.ha package
        • nvflare.lighter 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.fuel package
  • nvflare.fuel.utils package
  • nvflare.fuel.utils.fobs package
  • nvflare.fuel.utils.fobs.decomposers package
  • Edit on GitHub

nvflare.fuel.utils.fobs.decomposers package¶

Submodules¶

  • nvflare.fuel.utils.fobs.decomposers.core_decomposers module
    • DatetimeDecomposer
      • DatetimeDecomposer.decompose()
      • DatetimeDecomposer.recompose()
      • DatetimeDecomposer.supported_type()
    • OrderedDictDecomposer
      • OrderedDictDecomposer.decompose()
      • OrderedDictDecomposer.recompose()
      • OrderedDictDecomposer.supported_type()
    • SetDecomposer
      • SetDecomposer.decompose()
      • SetDecomposer.recompose()
      • SetDecomposer.supported_type()
    • TupleDecomposer
      • TupleDecomposer.decompose()
      • TupleDecomposer.recompose()
      • TupleDecomposer.supported_type()

Module contents¶

Previous Next

© Copyright 2024, NVIDIA. Revision 35ca8090.

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