EN master
HomeCommunity
Search…
⌃K
Links
EN master
Introduction
Components
Quickstart
Building from source
Installing Binaries
Configurations
GitHub
Examples
Java
Python
IPython Notebook
CLI
How-To Guides
Serving a BMI Model
Performing Object Detection
RPA Use-Case
Showing Metrics
References
Pipeline Steps
IMAGE_TO_NDARRAY
IMAGE_CROP
IMAGE_RESIZE
DEEPLEARNINGL4J
KERAS
ND4JTENSORFLOW
ONNX
TENSORFLOW
SAMEDIFF
CLASSIFIER_OUTPUT
REGRESSION_OUTPUT
LOGGING
BOUNDING_BOX_FILTER
BOUNDING_BOX_TO_POINT
CROP_GRID
CROP_FIXED_GRID
DRAW_BOUNDING_BOX
DRAW_FACE_KEY_POINT
DRAW_GRID
DRAW_FIXED_GRID
DRAW_HEATMAP
DRAW_POINTS
DRAW_SEGMENTATION
EXTRACT_BOUNDING_BOX
SSD_TO_BBOX
YOLO_BBOX
RELATIVE_TO_ABSOLUTE
SHOW_IMAGE
FRAME_CAPTURE
VIDEO_CAPTURE
PERSPECTIVE_TRANSFORM
Inference Configuration
CLI Commands
Change Logs
Version 0.1.0
Contribution Guidelines
Powered By GitBook

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
Previous
KERAS
Next
ONNX
Last modified 1yr ago
Copy link