aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/lite/kernels/audio_spectrogram.cc
diff options
context:
space:
mode:
authorGravatar Austin Anderson <angerson@google.com>2018-09-24 15:02:01 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-09-24 15:06:04 -0700
commitf44af58facb6a09dc362798c7d473d3120792a99 (patch)
treef1ffe7486f227b202ec43f69caa1d4a7fa2e9820 /tensorflow/contrib/lite/kernels/audio_spectrogram.cc
parent13446601830e70834fa1bab2a061fab8a4150fa7 (diff)
Change indicator used to note Google-OSS header inclusions
Accompanies some internal changes related to third_party repo rules. PiperOrigin-RevId: 214337234
Diffstat (limited to 'tensorflow/contrib/lite/kernels/audio_spectrogram.cc')
-rw-r--r--tensorflow/contrib/lite/kernels/audio_spectrogram.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/contrib/lite/kernels/audio_spectrogram.cc b/tensorflow/contrib/lite/kernels/audio_spectrogram.cc
index 44ef587244..0d2d5e775f 100644
--- a/tensorflow/contrib/lite/kernels/audio_spectrogram.cc
+++ b/tensorflow/contrib/lite/kernels/audio_spectrogram.cc
@@ -22,7 +22,7 @@ limitations under the License.
#include "tensorflow/contrib/lite/kernels/kernel_util.h"
#include "tensorflow/contrib/lite/kernels/op_macros.h"
-#include "flatbuffers/flexbuffers.h" // flatbuffers
+#include "flatbuffers/flexbuffers.h" // TF:flatbuffers
namespace tflite {
namespace ops {