Home
last modified time | relevance | path

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

/external/protobuf/examples/
Dadd_person.cc92 if (!address_book.SerializeToOstream(&output)) { in main()
/external/tensorflow/tensorflow/lite/toco/python/
Dtoco_python_api.cc69 toco_log_before.SerializeToOstream(&osstream_before); in PopulateConversionLogHelper()
85 toco_log_after.SerializeToOstream(&ostream_after); in PopulateConversionLogHelper()
/external/swiftshader/third_party/SPIRV-Tools/test/fuzz/
Dfuzz_test_util.cpp140 transformations.SerializeToOstream(&transformations_file); in DumpTransformationsBinary()
/external/deqp-deps/SPIRV-Tools/test/fuzz/
Dfuzz_test_util.cpp140 transformations.SerializeToOstream(&transformations_file); in DumpTransformationsBinary()
/external/deqp-deps/SPIRV-Tools/tools/fuzz/
Dfuzz.cpp628 transformations.SerializeToOstream(&transformations_file); in DumpTransformationsBinary()
760 transformations_applied.SerializeToOstream(&transformations_file); in main()
/external/swiftshader/third_party/SPIRV-Tools/tools/fuzz/
Dfuzz.cpp628 transformations.SerializeToOstream(&transformations_file); in DumpTransformationsBinary()
760 transformations_applied.SerializeToOstream(&transformations_file); in main()
/external/protobuf/src/google/protobuf/
Dmessage_lite.h385 bool SerializeToOstream(std::ostream* output) const;
Dmessage_unittest.inc96 EXPECT_TRUE(message.SerializeToOstream(&stream));
117 EXPECT_FALSE(message.SerializeToOstream(&out));
Dmessage_lite.cc429 bool MessageLite::SerializeToOstream(std::ostream* output) const { in SerializeToOstream() function in google::protobuf::MessageLite
/external/tensorflow/tensorflow/lite/delegates/coreml/
Dcoreml_executor.mm195 model->SerializeToOstream(&file_stream);