Home
last modified time | relevance | path

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

/aosp_15_r20/external/federated-compute/fcp/client/opstats/
H A Dopstats_example_store.cc61 tensorflow::Feature CreateFeatureFromInt(int64_t value) { in CreateFeatureFromInt() function
128 (*feature_map)[kRetryWindowDelayMinMillis] = CreateFeatureFromInt( in CreateExample()
130 (*feature_map)[kRetryWindowDelayMaxMillis] = CreateFeatureFromInt( in CreateExample()
134 CreateFeatureFromInt(op_stats.chunking_layer_bytes_downloaded()); in CreateExample()
136 CreateFeatureFromInt(op_stats.chunking_layer_bytes_uploaded()); in CreateExample()
137 (*feature_map)[kNetworkDuration] = CreateFeatureFromInt( in CreateExample()
141 CreateFeatureFromInt(earliest_trustworthy_time); in CreateExample()