NVIDIA FLARE Logo

Overview

  • Welcome to NVIDIA FLARE
  • NVIDIA FLARE Roadmap
  • What’s New in FLARE v2.8.0
  • Industry Use Cases

Get Started

  • Installation
  • Quick Start Series
  • Migration Guide

User Guide

  • Client API Usage
  • NVFlare Job Recipe
  • Available Recipes
  • FLARE API
  • API Evolution & Recommendations
  • Running Flower in NVIDIA FLARE
  • Experiment Tracking
  • Federated XGBoost
  • Data Preparation & Heterogeneity
  • CLI Tools

Examples & Tutorials

  • Example Applications
  • Tutorials
  • Self-Paced-Training Tutorials
  • Research Papers

Large Models & LLM

  • Federated LLM Fine-Tuning
  • Message Quantization
  • Memory Management
  • FLARE Tensor Downloader
  • FLARE File Streaming
  • Decomposer for Large Objects

Edge & Mobile

  • Mobile Training (iOS / Android)
  • Mobile SDK Reference
  • Hierarchical FL
  • Hierarchical Communication and Clients

Deployment & Operations

  • Deployment Overview
  • Provisioning in NVIDIA FLARE
  • Distributed Provisioning
  • NVFLARE Dashboard UI
  • Cloud Deployment
  • Deploy Prepare
  • Running FLARE in Docker
  • Running FLARE in Kubernetes
  • Brev Scripted Deployment Quickstart
  • Brev Kubernetes Helm Deployment
  • Preflight Check
  • Operating NVFLARE - Admin Client, Commands, FLARE API
  • Monitoring
  • Logging Configuration
  • Live Log Streaming
  • Site Configuration Metadata
  • System Configuration

Security & Compliance

  • NVIDIA FLARE Security Overview
  • Terminologies and Roles
  • Identity & Access Control
  • Site Policy Management
  • Network & Communication
  • Data Privacy & Filters
  • Differential Privacy
  • Auditing
  • Confidential Computing
  • Security FAQ

Developer Guide

  • Architecture & Developer Guide

Reference

  • API Reference
  • Glossary
  • Publications and Talks
  • Previous Releases of FLARE
  • Contributing
NVIDIA FLARE
  • nvflare
  • nvflare package
  • nvflare.fuel package
  • nvflare.fuel.utils package
  • nvflare.fuel.utils.fobs package
  • nvflare.fuel.utils.fobs.decomposers package
  • View page source

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()
  • nvflare.fuel.utils.fobs.decomposers.via_downloader module
    • EncKey
      • EncKey.DATA
      • EncKey.TYPE
    • EncType
      • EncType.NATIVE
      • EncType.REF
    • LazyDownloadRef
      • LazyDownloadRef.fqcn
      • LazyDownloadRef.ref_id
      • LazyDownloadRef.item_id
      • LazyDownloadRef.dot
      • LazyDownloadRef.dot
      • LazyDownloadRef.fqcn
      • LazyDownloadRef.item_id
      • LazyDownloadRef.ref_id
    • LazyDownloadRefDecomposer
      • LazyDownloadRefDecomposer.decompose()
      • LazyDownloadRefDecomposer.recompose()
      • LazyDownloadRefDecomposer.supported_type()
    • ViaDownloaderDecomposer
      • ViaDownloaderDecomposer.decompose()
      • ViaDownloaderDecomposer.download()
      • ViaDownloaderDecomposer.get_download_dot()
      • ViaDownloaderDecomposer.native_decompose()
      • ViaDownloaderDecomposer.native_recompose()
      • ViaDownloaderDecomposer.process_datum()
      • ViaDownloaderDecomposer.recompose()
      • ViaDownloaderDecomposer.supported_dots()
      • ViaDownloaderDecomposer.to_downloadable()
    • clear_download_initiated()
    • was_download_initiated()

Module contents

Previous Next

© Copyright 2025 NVIDIA.

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