Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/utils/
H A D_pytree.py1387 def _json_to_treespec(json_schema: DumpableContext) -> TreeSpec: function
1417 children_specs.append(_json_to_treespec(child_string))
1422 _SUPPORTED_PROTOCOLS[1] = _ProtocolFn(_treespec_to_json, _json_to_treespec)