# ND4JTENSORFLOW

`Nd4jTensorFlowStep` is a pipeline step that configures a TensorFlow model that is to be executed based on nd4j graph runner.

| Configs     | Descriptions                                                           |
| ----------- | ---------------------------------------------------------------------- |
| inputNames  | A list of names of the input placeholders.                             |
| outputNames | A list of names of the output arrays - i.e., what should be predicted. |
| constants   | A map of constants                                                     |
| modelUri    | Uniform Resource Identifier of model                                   |
