tensorflow / serving
Components & Dependencies

An overview of source code logical components.

Intro

Logical decomposition is a representation of the organization of the main source code, where every and each file is put in exactly one logical component.

  • A software system can have one or more logical decompositions.
  • A logical decomposition can be defined in two ways in Sokrates.
  • First approach is based on the folders structure. Components are mapped to folders at defined folder depth relative to the source code root.
  • Second approach is based on explicit definition of each component. In such explicit definitions, components are explicitly named and their files are selected based on explicitly defined path and content filters.
  • A logical decomposition is considered invalid if a file is selected into two or more components.This constraint is introduced in order to facilitate measuring of dependencies among components.
  • Files not assigned to any component are put into a special "Unclassified" component.
Learn more...
Logical Decompositions Overview

Analyzed system has 1 logical decomposition:

  • primary (15 components)

Logical Decomposition #1: PRIMARY

The decompositions is based on the folder structure (relative to the source code root), with automatically defined folder depth to have at least 10 components.

Bubble Chart | Tree Map
Components
The "primary" logical decomposition has 15 components.
  • 266 files, 22,267 lines of code (95.5% vs. main code).
  • "tensorflow_serving/util" is biggest, containing 22.85% of code.
  • "tensorflow_serving/g3doc" is smallest, containing 0.1% of code.


tensorflow_serving/util5087 LOC (21%) 52 files
tensorflow_serving/core4566 LOC (19%) 47 files
tensorflow_serving/servables4355 LOC (18%) 57 files
tensorflow_serving/model_servers2736 LOC (11%) 26 files
tensorflow_serving/batching1682 LOC (7%) 12 files
tensorflow_serving/apis831 LOC (3%) 22 files
tensorflow_serving/resources693 LOC (2%) 7 files
tensorflow_serving/example645 LOC (2%) 8 files
tensorflow_serving/experimental518 LOC (2%) 10 files
tensorflow_serving/sources441 LOC (1%) 5 files
tensorflow_serving215 LOC (<1%) 5 files
tensorflow_serving/config212 LOC (<1%) 7 files
tensorflow_serving/session_bundle210 LOC (<1%) 6 files
tensorflow_serving/tools53 LOC (<1%) 1 files
tensorflow_serving/g3doc23 LOC (<1%) 1 files
Dependencies
Dependencies among components are static code dependencies among files in different components.

No component dependencies found.



2022-02-03 07:56