Home
last modified time | relevance | path

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

/aosp_15_r20/external/executorch/backends/apple/coreml/runtime/delegate/
H A Dmodel_metadata.h36 …inline std::string to_json_string() const noexcept { return executorchcoreml::serde::json::to_json… in to_json_string() function
H A Dasset.h61 … inline std::string to_json_string() const noexcept { return serde::json::to_json_string(*this); } in to_json_string() function
/aosp_15_r20/development/tools/cargo_embargo/src/
H A Dconfig.rs164 pub fn to_json_string(&self) -> Result<String> { in to_json_string() method