Package examples.inference.savedmodel
Functions
lenetOnMnistInference
Link copied to clipboard
fun lenetOnMnistInference()
Content copied to clipboard
This examples demonstrates running SavedModel for prediction on mnist dataset.
lenetOnMnistInferenceWithTensorNames
Link copied to clipboard
fun lenetOnMnistInferenceWithTensorNames()
Content copied to clipboard
This examples demonstrates running SavedModel for prediction on mnist dataset.
printOutGraphOps
Link copied to clipboard
fun printOutGraphOps()
Content copied to clipboard
Prints the TensorFlow graph as a sequence of TensorFlow operands.