TensorFlow API Documentation | The Use of the TensorFlow API

What Is TensorFlow API?

TensorFlow is similar to a python package and a lot of features are similar to that of Python, but the main core of TensorFlow is a distributed runtime. This functionality is implemented in many languages and one of them is Python.

TensorFlow API: TensorFlow Runtime Engine

This is the diagram of TensorFlow’s distributed Execution engine or the runtime engine. The other way to visualize the above diagram is to think of it as a virtual machine whose language is TensorFlow. The runtime of TensorFlow is written in the C++ language, but the front-end, as you can see, can be implemented by using various languages like C, C++, R, Java, etc. The use of these API’s in TensorFlow is explained below. https://goo.gl/4WHP6A #DataIntegration #ML