Automated Code Change

PiperOrigin-RevId: 833122338
This commit is contained in:
A. Unique TensorFlower
2025-11-16 19:38:58 -08:00
committed by TensorFlower Gardener
parent 4f38037577
commit 953dc4d952
3 changed files with 4 additions and 0 deletions

View File

@@ -14,6 +14,7 @@ limitations under the License.
==============================================================================*/
#include <cstdint>
#include <string>
#include <vector>
#include "absl/log/log.h"

View File

@@ -17,6 +17,7 @@ limitations under the License.
#include <cstdint>
#include <memory>
#include <string>
#include <vector>
#include "absl/status/status.h"

View File

@@ -15,6 +15,8 @@ limitations under the License.
#include "tensorflow/examples/wav_to_spectrogram/wav_to_spectrogram.h"
#include <string>
#include "tensorflow/core/lib/core/status_test_util.h"
#include "tensorflow/core/lib/io/path.h"
#include "tensorflow/core/lib/wav/wav_io.h"