Package examples.inference.savedmodel

Functions

lenetOnMnistInference
Link copied to clipboard
fun lenetOnMnistInference()

This examples demonstrates running SavedModel for prediction on mnist dataset.

lenetOnMnistInferenceWithTensorNames
Link copied to clipboard
fun lenetOnMnistInferenceWithTensorNames()

This examples demonstrates running SavedModel for prediction on mnist dataset.

main
Link copied to clipboard
fun main()
fun main()
fun main()
printOutGraphOps
Link copied to clipboard
fun printOutGraphOps()

Prints the TensorFlow graph as a sequence of TensorFlow operands.