Searched refs:json_options (Results 1 – 2 of 2) sorted by relevance
47 tensorflow::protobuf::util::JsonPrintOptions json_options; in ToJson() local48 json_options.add_whitespace = true; in ToJson()49 json_options.always_print_primitive_fields = true; in ToJson()51 message, &json_output, json_options); in ToJson()
89 tensorflow::protobuf::util::JsonPrintOptions json_options; in PrepareChunkEventProto() local90 json_options.always_print_primitive_fields = true; in PrepareChunkEventProto()92 metadata, &json_output, json_options); in PrepareChunkEventProto()