Home
last modified time | relevance | path

Searched refs:predict_batch_size (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/python/tpu/
Dtpu_context.py200 predict_batch_size, argument
207 self._predict_batch_size = predict_batch_size
706 predict_batch_size, use_tpu): argument
710 predict_batch_size, use_tpu)
732 predict_batch_size, use_tpu, eval_on_tpu, argument
745 predict_batch_size, use_tpu)
748 predict_batch_size, use_tpu, eval_on_tpu,
Dtpu_estimator.py2227 predict_batch_size=None, argument
2330 if predict_batch_size is not None:
2331 util_lib.check_positive_integer(predict_batch_size,
2361 self._config, train_batch_size, eval_batch_size, predict_batch_size,
/external/tensorflow/tensorflow/contrib/gan/python/estimator/python/
Dtpu_gan_estimator_impl.py103 predict_batch_size=None, argument
257 predict_batch_size=predict_batch_size,
Dtpu_gan_estimator_test.py175 predict_batch_size=8,
/external/tensorflow/tensorflow/contrib/distribute/python/
Dkeras_correctness_test_base.py220 predict_batch_size = get_batch_size(get_data_size(x_predict),
223 predict_dataset = batch_wrapper(predict_dataset, predict_batch_size,
Dkeras_backward_compat_test.py278 predict_batch_size = len(x_predict)
280 predict_batch_size //= with_distribution.num_replicas_in_sync
283 predict_batch_size, with_distribution)