tree: 889d5dd31b3691259728c0aba61e6009bbc0342f [path history] [tgz]
  1. internal/
  2. public/
  3. BUILD.gn
  4. components_unittests.filter
  5. DEPS
  6. DIR_METADATA
  7. OWNERS
  8. README.md
components/segmentation_platform/README.md

Segmentation Platform

Introduction

The segmentation platform is a platform that uses intelligence and machine learning to guide developers for building purpose-built user experience for specific segments of users.

Segmentation Platform is a layered component (https://sites.google.com/a/chromium.org/dev/developers/design-documents/layered-components-design) to enable it to be easily used on all platforms.

Code structure

components/segmentation_platform/public Public interfaces and data structure.

components/segmentation_platform/internal Internal implementations.

chrome/browser/segmentation_platform Includes factories to instantiate the service.

SegmentationPlatformService - Public interface for segmentation platform service.

Test models

components/test/data/segmentation_platform contains ML models used for testing.

  • adder.tflite: Takes two floats as input in a single tensor. Outputs a single tensor with a single element which is the sum of the two floats given as input.