OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:serialized_string
(Results
1 - 2
of
2
) sorted by null
/system/core/init/
persistent_properties.cpp
179
std::string
serialized_string
;
local
180
if (!persistent_properties.SerializeToString(&
serialized_string
)) {
183
if (!WriteStringToFd(
serialized_string
, fd)) {
/external/tensorflow/tensorflow/contrib/boosted_trees/kernels/
quantile_ops.cc
165
for (const auto&
serialized_string
: serialized_config) {
166
OP_REQUIRES(context, tmp.ParseFromString(
serialized_string
),
[
all
...]
Completed in 83 milliseconds