Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/jit/serialization/
H A Dexport.h64 TORCH_API std::string serialize_model_proto_to_string(
H A Dexport.cpp1440 std::string serialize_model_proto_to_string( in serialize_model_proto_to_string() function
/aosp_15_r20/external/pytorch/torch/csrc/jit/python/
H A Dpython_ir.cpp293 graph = serialize_model_proto_to_string(model_proto); in initPythonIRBindings()