Home
last modified time | relevance | path

Searched refs:max_attempts (Results 1 – 19 of 19) sorted by relevance

/external/grpc-grpc/src/core/ext/filters/client_channel/
Dmethod_params.cc92 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()
Dmethod_params.h42 int max_attempts = 0; member
Dclient_channel.cc1503 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/
Dresnet_preprocessing.py31 max_attempts=100, argument
65 max_attempts=max_attempts,
94 max_attempts=10,
/external/tensorflow/tensorflow/core/debug/
Ddebug_grpc_testlib.cc161 const size_t max_attempts) { in PollTillFirstRequestSucceeds() argument
171 while (n_attempts++ < max_attempts) { in PollTillFirstRequestSucceeds()
Ddebug_grpc_testlib.h81 const size_t max_attempts);
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_SampleDistortedBoundingBoxV2.pbtxt75 name: "max_attempts"
78 of the specified constraints. After `max_attempts` failures, return the entire
Dapi_def_SampleDistortedBoundingBox.pbtxt75 name: "max_attempts"
78 of the specified constraints. After `max_attempts` failures, return the entire
/external/tensorflow/tensorflow/python/debug/lib/
Dgrpc_debug_test_server.py428 def _poll_server_till_success(max_attempts, argument
455 for poll_count in range(max_attempts):
/external/tensorflow/tensorflow/python/ops/
Dimage_ops_impl.py2220 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/
Dtensorflow.image.pbtxt213 …\', \'min_object_covered\', \'aspect_ratio_range\', \'area_range\', \'max_attempts\', \'use_image_…
Dtensorflow.raw_ops.pbtxt3145 …\', \'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/
Dtensorflow.image.pbtxt233 …\', \'min_object_covered\', \'aspect_ratio_range\', \'area_range\', \'max_attempts\', \'use_image_…
Dtensorflow.raw_ops.pbtxt3145 …\', \'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/
Dc_api_experimental.cc2203 key: "max_attempts" in CreateImagenetDatasetFunctions()
/external/tensorflow/tensorflow/core/ops/
Dops.pbtxt32492 name: "max_attempts"
32581 name: "max_attempts"
/external/tensorflow/tensorflow/core/ops/compat/
Dops_history.v0.pbtxt28354 name: "max_attempts"
Dops_history.v2.pbtxt64599 name: "max_attempts"
64688 name: "max_attempts"
Dops_history.v1.pbtxt65226 name: "max_attempts"
65315 name: "max_attempts"