Skip navigation links

Package org.apache.ignite.tensorflow

TensorFlow integration that allows to start and maintain TensorFlow cluster on top of Apache Ignite cluster infrastructure.

See: Description

Package org.apache.ignite.tensorflow Description

TensorFlow integration that allows to start and maintain TensorFlow cluster on top of Apache Ignite cluster infrastructure. The TensorFlow cluster is built for the specified cache the following way:
  1. The TensorFlow cluster maintainer is created to maintain the cluster associated with the specified cache so that this service works reliable even the node will fail. It's achieved using Ignite Service Grid.
  2. TensorFlow cluster maintainer finds out that cluster is not started and begins starting procedure.
  3. TensorFlow cluster resolver builds cluster specification based on the specified cache so that every TensorFlow task is associated with partition of the cache and assumed to be started on the node where the partition is kept.
  4. Based on the built cluster specification the set of tasks is sent to the nodes on purpose to start TensorFlow servers on the nodes defined in the specification.
  5. When this set of tasks is completed successfully the started process identifiers are returned and saved for future using.
  6. The starting procedure is completed. In case a server fails the cluster will be turn down and then started again by maintainer.
Skip navigation links

2024 Copyright © GridGain Systems
Follow us:   Follow GridGain on Twitter Follow GridGain on Vimeo
GridGain In-Memory Computing Platform :   ver. 8.9.4
Release Date :   April 16 2024