/external/grpc-grpc/src/core/ext/filters/client_channel/ |
D | method_params.cc | 92 if (retry_policy->max_attempts != 0) return nullptr; // Duplicate. in ParseRetryPolicy() 94 retry_policy->max_attempts = gpr_parse_nonnegative_int(sub_field->value); in ParseRetryPolicy() 95 if (retry_policy->max_attempts <= 1) return nullptr; in ParseRetryPolicy() 96 if (retry_policy->max_attempts > MAX_MAX_RETRY_ATTEMPTS) { in ParseRetryPolicy() 100 retry_policy->max_attempts = MAX_MAX_RETRY_ATTEMPTS; in ParseRetryPolicy() 140 if (retry_policy->max_attempts == 0 || retry_policy->initial_backoff == 0 || in ParseRetryPolicy()
|
D | method_params.h | 42 int max_attempts = 0; member
|
D | client_channel.cc | 1503 if (calld->num_attempts_completed >= retry_policy->max_attempts) { in maybe_retry() 1506 calld, retry_policy->max_attempts); in maybe_retry()
|
/external/tensorflow/tensorflow/contrib/eager/python/examples/revnet/ |
D | resnet_preprocessing.py | 31 max_attempts=100, argument 65 max_attempts=max_attempts, 94 max_attempts=10,
|
/external/tensorflow/tensorflow/core/debug/ |
D | debug_grpc_testlib.cc | 161 const size_t max_attempts) { in PollTillFirstRequestSucceeds() argument 171 while (n_attempts++ < max_attempts) { in PollTillFirstRequestSucceeds()
|
D | debug_grpc_testlib.h | 81 const size_t max_attempts);
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_SampleDistortedBoundingBoxV2.pbtxt | 75 name: "max_attempts" 78 of the specified constraints. After `max_attempts` failures, return the entire
|
D | api_def_SampleDistortedBoundingBox.pbtxt | 75 name: "max_attempts" 78 of the specified constraints. After `max_attempts` failures, return the entire
|
/external/tensorflow/tensorflow/python/debug/lib/ |
D | grpc_debug_test_server.py | 428 def _poll_server_till_success(max_attempts, argument 455 for poll_count in range(max_attempts):
|
/external/tensorflow/tensorflow/python/ops/ |
D | image_ops_impl.py | 2220 max_attempts=None, argument 2313 aspect_ratio_range, area_range, max_attempts, 2327 max_attempts=None, argument 2435 max_attempts=max_attempts,
|
/external/tensorflow/tensorflow/tools/api/golden/v2/ |
D | tensorflow.image.pbtxt | 213 …\', \'min_object_covered\', \'aspect_ratio_range\', \'area_range\', \'max_attempts\', \'use_image_…
|
D | tensorflow.raw_ops.pbtxt | 3145 …\', \'min_object_covered\', \'aspect_ratio_range\', \'area_range\', \'max_attempts\', \'use_image_… 3149 …red\', \'seed\', \'seed2\', \'aspect_ratio_range\', \'area_range\', \'max_attempts\', \'use_image_…
|
/external/tensorflow/tensorflow/tools/api/golden/v1/ |
D | tensorflow.image.pbtxt | 233 …\', \'min_object_covered\', \'aspect_ratio_range\', \'area_range\', \'max_attempts\', \'use_image_…
|
D | tensorflow.raw_ops.pbtxt | 3145 …\', \'min_object_covered\', \'aspect_ratio_range\', \'area_range\', \'max_attempts\', \'use_image_… 3149 …red\', \'seed\', \'seed2\', \'aspect_ratio_range\', \'area_range\', \'max_attempts\', \'use_image_…
|
/external/tensorflow/tensorflow/c/ |
D | c_api_experimental.cc | 2203 key: "max_attempts" in CreateImagenetDatasetFunctions()
|
/external/tensorflow/tensorflow/core/ops/ |
D | ops.pbtxt | 32492 name: "max_attempts" 32581 name: "max_attempts"
|
/external/tensorflow/tensorflow/core/ops/compat/ |
D | ops_history.v0.pbtxt | 28354 name: "max_attempts"
|
D | ops_history.v2.pbtxt | 64599 name: "max_attempts" 64688 name: "max_attempts"
|
D | ops_history.v1.pbtxt | 65226 name: "max_attempts" 65315 name: "max_attempts"
|