OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:initial_tokens
(Results
1 - 3
of
3
) sorted by null
/external/tensorflow/tensorflow/core/platform/cloud/
gcs_throttle.h
53
*
initial_tokens
determines how many tokens should be available immediately
56
int64
initial_tokens
= 0;
member in struct:tensorflow::GcsThrottleConfig
101
* After calling this, the token pool will be config.
initial_tokens
.
gcs_throttle.cc
48
available_tokens_ = config.
initial_tokens
;
gcs_file_system.cc
749
config.
initial_tokens
= token_value;
[
all
...]
Completed in 348 milliseconds