MCPcopy Create free account
hub / github.com/benoitsteiner/tensorflow-opencl / predict

Method predict

tensorflow/python/estimator/estimator.py:366–430  ·  view source on GitHub ↗

Yields predictions for given features. Args: input_fn: Input function returning features which is a dictionary of string feature name to `Tensor` or `SparseTensor`. If it returns a tuple, first item is extracted as features. Prediction continues until `input_fn` ra

(self,
              input_fn,
              predict_keys=None,
              hooks=None,
              checkpoint_path=None)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Calls 12

_call_model_fnMethod · 0.95
_extract_keysMethod · 0.95
_extract_batch_lengthMethod · 0.95
_check_hooks_typeFunction · 0.85
rangeFunction · 0.85
latest_checkpointMethod · 0.80
as_defaultMethod · 0.45
GraphMethod · 0.45
should_stopMethod · 0.45
runMethod · 0.45