Type TPUInfeedOutfeedSessionHookForPrediction
Namespace tensorflow_estimator.python.estimator.tpu.tpu_estimator
Parent TPUInfeedOutfeedSessionHook
Interfaces ITPUInfeedOutfeedSessionHookForPrediction
Public static methods
TPUInfeedOutfeedSessionHookForPrediction NewDyn(object ctx, object enqueue_ops, object dequeue_ops, object tpu_compile_op, object rendezvous, object master, object session_config)
Constructs the `Distribution`. (deprecated) Warning: THIS FUNCTION IS DEPRECATED. It will be removed after 2019-01-01.
Instructions for updating:
The TensorFlow Distributions library has moved to TensorFlow Probability (https://github.com/tensorflow/probability). You should update all references to use `tfp.distributions` instead of
tf.distributions
. **This is a private method for subclass use.**