)]}'
{
  "commit": "efa694beba9a833a954ee38cf035a990d1c3bea8",
  "tree": "d4ff667159df39126de72a4e54b0cbdebfbf0d21",
  "parents": [
    "d069ba82992f186d99f71e6224685b6752f16dc3"
  ],
  "author": {
    "name": "RJ Ascani",
    "email": "rjascani@google.com",
    "time": "Thu May 23 10:14:16 2024 -0700"
  },
  "committer": {
    "name": "GitHub",
    "email": "noreply@github.com",
    "time": "Thu May 23 17:14:16 2024 +0000"
  },
  "message": "Import visualize from tensorflow, not tflite-micro (#2595)\n\nWhen running the gen_micro_mutable_op_resolver script as a regular python script without bazel, it cannot find visualize because it is not part of the tflite-micro wheel. When running the script with bazel, bazel can pick up visualize from the path\ntflite_micro/tensorflow/lite/tools as long as tflite-micro wheel is not installed. If it is installed, then bazel will only look at that, which it is not a part of.\n\nThis PR switches the import to just be from tensorflow, which should work regardless of whether it is from the tf package or relative path.\n\nBUG\u003d#2564",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "b7fbd9a332bef8dce86e14a7580ba522bf5b947e",
      "old_mode": 33188,
      "old_path": "tensorflow/lite/micro/tools/gen_micro_mutable_op_resolver/generate_micro_mutable_op_resolver_from_model.py",
      "new_id": "d7e6140bf8f1cfe99117baba7126bf597df90863",
      "new_mode": 33188,
      "new_path": "tensorflow/lite/micro/tools/gen_micro_mutable_op_resolver/generate_micro_mutable_op_resolver_from_model.py"
    }
  ]
}
