Home
last modified time | relevance | path

Searched defs:to_serialize (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/python/oauth2client/oauth2client/
Dservice_account.py119 def _to_json(self, strip, to_serialize=None): argument
Dclient.py243 def _to_json(self, strip, to_serialize=None): argument
/aosp_15_r20/external/tensorflow/tensorflow/core/framework/
H A Dmodel.cc298 std::list<std::shared_ptr<Node>> to_serialize = {output}; in ModelToProtoHelper() local