Searched refs:serialized_string (Results 1 – 5 of 5) sorted by relevance
114 std::string serialized_string; in TEST() local115 TF_CHECK_OK(SerializeAutotuneMaps(&serialized_string)); in TEST()117 TF_CHECK_OK(LoadSerializedAutotuneMaps(serialized_string)); in TEST()166 std::string serialized_string; in TEST() local167 TF_CHECK_OK(SerializeAutotuneMaps(&serialized_string)); in TEST()171 LoadSerializedAutotuneMaps(serialized_string), in TEST()
177 std::string serialized_string; in WritePersistentPropertyFile() local178 if (!persistent_properties.SerializeToString(&serialized_string)) { in WritePersistentPropertyFile()181 if (!WriteStringToFd(serialized_string, fd)) { in WritePersistentPropertyFile()
1821 char *serialized_string = json_serialize_to_string(value); in json_serialize_to_file() local1822 if (serialized_string == NULL) { in json_serialize_to_file()1827 json_free_serialized_string(serialized_string); in json_serialize_to_file()1830 if (fputs(serialized_string, fp) == EOF) { in json_serialize_to_file()1836 json_free_serialized_string(serialized_string); in json_serialize_to_file()1881 char *serialized_string = json_serialize_to_string_pretty(value); in json_serialize_to_file_pretty() local1882 if (serialized_string == NULL) { in json_serialize_to_file_pretty()1887 json_free_serialized_string(serialized_string); in json_serialize_to_file_pretty()1890 if (fputs(serialized_string, fp) == EOF) { in json_serialize_to_file_pretty()1896 json_free_serialized_string(serialized_string); in json_serialize_to_file_pretty()
569 return self.serialized_string() == other.serialized_string()681 def serialized_string(self) -> bytes: member in Layout
58 name: "serialized_string"