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 7cf8a5e commit 8d7cbc5Copy full SHA for 8d7cbc5
examples/qualcomm/oss_scripts/whisper/runner/runner.cpp
@@ -112,7 +112,11 @@ uint64_t Runner::logits_to_token(
112
const executorch::aten::Tensor& logits_tensor) {
113
return sampler_->sample(logits_tensor.data_ptr<float>());
114
}
115
-
+/**
116
+ * @param inputs: A vector containing one element: a vector of bytes that
117
+ * encodes a float tensor in little-endian byte order.
118
+ *
119
+ */
120
Error Runner::transcribe(
121
int32_t seq_len,
122
std::vector<std::vector<char>>& inputs,
0 commit comments