We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98e5237 commit de6ad5cCopy full SHA for de6ad5c
tensorflow_lite_support/cc/task/audio/audio_classifier.h
@@ -40,9 +40,10 @@ namespace audio {
40
// (kTfLiteFloat32)
41
// - input audio buffer of size `[batch * samples]`.
42
// - batch inference is not supported (`batch` is required to be 1).
43
+// - for multi-channel models, the channels need be interleaved.
44
// At least one output tensor with:
45
-// - `[1 x N]` array with `N ` represents the class number.
46
+// - `[1 x N]` array with `N` represents the class number.
47
// - optional (but recommended) label map(s) as AssociatedFile-s with type
48
// TENSOR_AXIS_LABELS, containing one label per line. The first such
49
// AssociatedFile (if any) is used to fill the `class_name` field of the
0 commit comments