Home
last modified time | relevance | path

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

/third_party/protobuf/examples/
Dadd_person.cc92 if (!address_book.SerializeToOstream(&output)) { in main()
/third_party/mindspore/mindspore/ccsrc/frontend/parallel/strategy_checkpoint/
Dparallel_strategy_checkpoint.cc195 if (!parallel_strategy_map.SerializeToOstream(&output)) { in Save()
220 if (!parallel_group_map.SerializeToOstream(&output)) { in SaveGroupInfo()
/third_party/skia/third_party/externals/tint/fuzzers/tint_spirv_tools_fuzzer/
Dspirv_fuzz_mutator.cc120 fuzzer_->GetTransformationSequence().SerializeToOstream( in LogErrors()
/third_party/mindspore/mindspore/ccsrc/profiler/device/ascend/
Dmemory_profiling.cc169 if (!memory_proto_.SerializeToOstream(&handle)) { in SaveMemoryProfiling()
/third_party/spirv-tools/test/fuzz/
Dfuzz_test_util.cpp140 transformations.SerializeToOstream(&transformations_file); in DumpTransformationsBinary()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/fuzz/
Dfuzz_test_util.cpp140 transformations.SerializeToOstream(&transformations_file); in DumpTransformationsBinary()
/third_party/skia/third_party/externals/spirv-tools/test/fuzz/
Dfuzz_test_util.cpp140 transformations.SerializeToOstream(&transformations_file); in DumpTransformationsBinary()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/tools/fuzz/
Dfuzz.cpp672 transformations.SerializeToOstream(&transformations_file); in DumpTransformationsBinary()
818 transformations_applied.SerializeToOstream(&transformations_file); in main()
/third_party/skia/third_party/externals/spirv-tools/tools/fuzz/
Dfuzz.cpp672 transformations.SerializeToOstream(&transformations_file); in DumpTransformationsBinary()
818 transformations_applied.SerializeToOstream(&transformations_file); in main()
/third_party/spirv-tools/tools/fuzz/
Dfuzz.cpp672 transformations.SerializeToOstream(&transformations_file); in DumpTransformationsBinary()
806 transformations_applied.SerializeToOstream(&transformations_file); in main()
/third_party/protobuf/src/google/protobuf/
Dmessage_lite.h400 bool SerializeToOstream(std::ostream* output) const;
Dmessage_unittest.inc96 EXPECT_TRUE(message.SerializeToOstream(&stream));
117 EXPECT_FALSE(message.SerializeToOstream(&out));
Dmessage_lite.cc435 bool MessageLite::SerializeToOstream(std::ostream* output) const { in SerializeToOstream() function in google::protobuf::MessageLite
/third_party/mindspore/mindspore/ccsrc/utils/
Dtensorprint_utils.cc265 if (!print.SerializeToOstream(output)) { in SaveDataset2File()
/third_party/mindspore/mindspore/ccsrc/frontend/optimizer/ad/
Dkprim.cc162 if (!fg_model.SerializeToOstream(&fout)) { in ExportBpropToMindIR()
/third_party/mindspore/mindspore/ccsrc/pipeline/jit/
Dpipeline.cc224 if (!fg_model.SerializeToOstream(&fout)) { in CacheFuncGraph()