Home
last modified time | relevance | path

Searched refs:util_lib (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/python/tpu/
Dtpu_config.py29 from tensorflow.python.tpu import util as util_lib unknown
127 util_lib.check_positive_integer(iterations_per_loop,
132 util_lib.check_positive_integer(num_shards, 'TPUConfig num_shards')
171 util_lib.check_positive_integer(initial_infeed_sleep_secs,
Dtpu_estimator.py74 from tensorflow.python.tpu import util as util_lib unknown
1331 util_lib.MultiHostDatasetInitializerHook(all_dataset_initializers)
2318 util_lib.check_positive_integer(train_batch_size, 'train_batch_size')
2328 util_lib.check_positive_integer(eval_batch_size, 'eval_batch_size')
2331 util_lib.check_positive_integer(predict_batch_size,
2601 util_lib.check_positive_integer(steps, 'Train steps')
2603 util_lib.check_positive_integer(max_steps, 'Train max_steps')
2617 util_lib.check_positive_integer(steps, 'Eval steps')