Home
last modified time | relevance | path

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

/aosp_15_r20/external/federated-compute/fcp/client/opstats/
H A Dopstats_example_store.cc55 tensorflow::Feature CreateFeatureFromString(const std::string& str) { in CreateFeatureFromString() function
92 CreateFeatureFromString(op_stats.population_name()); in CreateExample()
94 CreateFeatureFromString(op_stats.session_name()); in CreateExample()
95 (*feature_map)[kTaskName] = CreateFeatureFromString(op_stats.task_name()); in CreateExample()
125 CreateFeatureFromString(op_stats.error_message()); in CreateExample()