iiRecord
Agentic AI Atlas · TensorFlow
library:tensorflowa5c.ai
II.
Library JSON

library:tensorflow

Structured · live

TensorFlow json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · domain/libraries/libraries-python.yamlCluster · domain
Record JSON
{
  "id": "library:tensorflow",
  "_kind": "Library",
  "_file": "domain/libraries/libraries-python.yaml",
  "_cluster": "domain",
  "attributes": {
    "displayName": "TensorFlow",
    "belongsToLanguageId": "language:python",
    "description": "End-to-end ML platform with Keras high-level API, TF Serving,\nTF Lite, and SavedModel export.\n"
  },
  "outgoingEdges": [
    {
      "from": "library:tensorflow",
      "to": "language:python",
      "kind": "belongs_to_language"
    },
    {
      "from": "library:tensorflow",
      "to": "skill-area:machine-learning",
      "kind": "library_used_by",
      "attributes": {}
    }
  ],
  "incomingEdges": [
    {
      "from": "library:pytorch",
      "to": "library:tensorflow",
      "kind": "alternative_to"
    },
    {
      "from": "specialization:data-science-ml",
      "to": "library:tensorflow",
      "kind": "uses_library"
    },
    {
      "from": "stack-profile:ml-pipeline-stack",
      "to": "library:tensorflow",
      "kind": "composed_of"
    },
    {
      "from": "stack-profile:edge-ai-iot",
      "to": "library:tensorflow",
      "kind": "composed_of"
    }
  ]
}