HomeSort by relevance Sort by last modified time
    Searched refs:input_length (Results 1 - 25 of 54) sorted by null

1 2 3

  /external/icu/icu4c/source/test/intltest/
punyref.h 56 punycode_uint input_length,
69 /* needed.) The input_length is the number of code points in */
74 /* holds input_length boolean values, where nonzero suggests that */
88 punycode_uint input_length,
97 /* input_length is the number of code points in the input. The */
113 /* input_length, because of how the encoding is defined. */
punyref.cpp 129 punycode_uint input_length,
146 for (j = 0; j < input_length; ++j) {
166 while (h < input_length) {
170 for (m = maxint, j = 0; j < input_length; ++j) {
183 for (j = 0; j < input_length; ++j) {
218 punycode_uint input_length,
238 for (b = j = 0; j < input_length; ++j) if (delim(input[j])) b = j;
250 for (in = b > 0 ? b + 1 : 0; in < input_length; ++out) {
261 if (in >= input_length) return punycode_bad_input;
  /external/tensorflow/tensorflow/core/kernels/
fractional_pool_common.cc 21 int input_length, int output_length, GuardedPhiloxRandom* generator) {
25 double alpha = static_cast<double>(input_length) / output_length;
26 int k = input_length / output_length;
60 double u_max2 = (input_length + 1 - k) / alpha - (output_length - 1);
69 cum_seq[output_length] = input_length + 1;
82 int input_length, int output_length, GuardedPhiloxRandom* generator) {
83 int k = input_length / output_length;
84 int num_random_spot = input_length % output_length;
100 std::vector<int64> GeneratePoolingSequence(int input_length, int output_length,
105 // each element input_length/output_length
    [all...]
mfcc_dct.h 30 bool Initialize(int input_length, int coefficient_count);
mfcc.cc 37 bool Mfcc::Initialize(int input_length, double input_sample_rate) {
39 input_length, input_sample_rate, filterbank_channel_count_,
fractional_pool_common.h 41 // * input_length: e.g. 10
48 // In the case of fractional pooling, input_length is not an integer multiple of
57 // * sum(generated_diff_pooling_sequence) = input_length
58 // * Let's define floor(input_length / output_length) = K, then
60 // For example, when input_length = 10, output_length = 6, the following are
67 // input_length: See above explanation
73 std::vector<int64> GeneratePoolingSequence(int input_length, int output_length,
mfcc_mel_filterbank.h 29 bool Initialize(int input_length, // Number of unique FFT bins fftsize/2+1.
mfcc_dct.cc 25 bool MfccDct::Initialize(int input_length, int coefficient_count) {
27 input_length_ = input_length;
34 if (input_length < 1) {
mfcc.h 33 bool Initialize(int input_length, double input_sample_rate);
mfcc_mel_filterbank.cc 41 bool MfccMelFilterbank::Initialize(int input_length, double input_sample_rate,
47 input_length_ = input_length;
59 if (input_length < 2) {
158 << "input_length: " << input_length
  /external/webrtc/webrtc/modules/audio_coding/neteq/
accelerate.cc 18 size_t input_length,
25 input_length / num_channels_ < (2 * k15ms - 1) * fs_mult_) {
28 output->PushBackInterleaved(input, input_length);
31 return TimeStretch::Process(input, input_length, fast_accelerate, output,
45 size_t input_length,
80 input_length - (fs_mult_120 + peak_index) * num_channels_);
89 output->PushBackInterleaved(input, input_length);
preemptive_expand.cc 21 size_t input_length,
30 input_length / num_channels_ < (2 * k15ms - 1) * fs_mult_ ||
31 old_data_length >= input_length / num_channels_ - overlap_samples_) {
34 output->PushBackInterleaved(input, input_length);
38 return TimeStretch::Process(input, input_length, kFastMode, output,
59 size_t input_length,
91 input_length - unmodified_length * num_channels_);
100 output->PushBackInterleaved(input, input_length);
audio_classifier.h 35 // input_length : must be channels * 960;
37 bool Analysis(const int16_t* input, int input_length, int channels);
merge.h 43 // |input|, having |input_length| samples in total for all channels
49 virtual size_t Process(int16_t* input, size_t input_length,
74 int16_t SignalScaling(const int16_t* input, size_t input_length,
78 // Downsamples |input| (|input_length| samples) and |expanded_signal| to
81 void Downsample(const int16_t* input, size_t input_length,
88 size_t start_position, size_t input_length,
accelerate.h 38 // read from |input|, of length |input_length| elements, and are written to
45 size_t input_length,
60 size_t input_length,
audio_classifier.cc 41 int input_length,
44 assert((input_length / channels) == kDefaultFrameSizeSamples);
preemptive_expand.h 42 // read from |input|, of length |input_length| elements, and are written to
55 void SetParametersForPassiveSpeech(size_t input_length,
62 size_t input_length,
merge.cc 41 size_t Merge::Process(int16_t* input, size_t input_length,
56 input_vector.PushBackInterleaved(input, input_length);
58 assert(input_length_per_channel == input_length / num_channels_);
206 int16_t Merge::SignalScaling(const int16_t* input, size_t input_length,
211 std::min(static_cast<size_t>(64 * fs_mult_), input_length);
263 void Merge::Downsample(const int16_t* input, size_t input_length,
289 if (input_length <= length_limit) {
291 size_t temp_len = input_length - signal_offset;
303 input_length - signal_offset, input_downsampled_,
311 size_t start_position, size_t input_length,
    [all...]
time_stretch.h 69 virtual void SetParametersForPassiveSpeech(size_t input_length,
78 size_t input_length,
  /external/brotli/java/org/brotli/wrapper/dec/
decoder_jni.cc 20 size_t input_length; member in struct:__anon14422::DecoderHandle
57 handle->input_length = 0;
102 * @param input_length number of bytes provided in input or direct input;
107 JNIEnv* env, jobject /*jobj*/, jlongArray ctx, jint input_length) {
114 if (input_length != 0) {
116 if (handle->input_offset < handle->input_length) {
120 handle->input_length = input_length;
125 size_t in_size = handle->input_length - handle->input_offset;
129 handle->input_offset = handle->input_length - in_size
    [all...]
  /external/tensorflow/tensorflow/python/keras/_impl/keras/layers/
embeddings.py 42 model.add(Embedding(1000, 64, input_length=10))
44 input_length).
75 input_length: Length of input sequences, when it is constant.
96 input_length=None,
99 if input_length:
100 kwargs['input_shape'] = (input_length,)
112 self.input_length = input_length
133 if self.input_length is None:
136 # input_length can be tuple if input is 3D or highe
    [all...]
  /external/tensorflow/tensorflow/python/layers/
utils.py 110 def conv_output_length(input_length, filter_size, padding, stride, dilation=1):
114 input_length: integer.
123 if input_length is None:
128 output_length = input_length
130 output_length = input_length - dilated_filter_size + 1
132 output_length = input_length + dilated_filter_size - 1
160 def deconv_output_length(input_length, filter_size, padding, stride):
164 input_length: integer.
172 if input_length is None:
174 input_length *= strid
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/stringprep/
PunycodeReference.java 140 public static final int encode( int input_length,
156 for (j = 0; j < input_length; ++j) {
176 while (h < input_length) {
180 for (m = maxint, j = 0; j < input_length; ++j) {
193 for (j = 0; j < input_length; ++j) {
300 public static final int decode(int input_length,
319 for (b = j = 0; j < input_length; ++j){
335 for (in = b > 0 ? b + 1 : 0; in < input_length; ++out) {
346 if (in >= input_length) return punycode_bad_input;
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/stringprep/
PunycodeReference.java 137 public static final int encode( int input_length,
153 for (j = 0; j < input_length; ++j) {
173 while (h < input_length) {
177 for (m = maxint, j = 0; j < input_length; ++j) {
190 for (j = 0; j < input_length; ++j) {
297 public static final int decode(int input_length,
316 for (b = j = 0; j < input_length; ++j){
332 for (in = b > 0 ? b + 1 : 0; in < input_length; ++out) {
343 if (in >= input_length) return punycode_bad_input;
  /external/syslinux/gpxe/src/drivers/net/
pnic.c 46 const void *input, uint16_t input_length,
54 outw ( input_length, pnic->ioaddr + PNIC_REG_LEN );
56 outsb ( pnic->ioaddr + PNIC_REG_DATA, input, input_length );
87 const void *input, uint16_t input_length,
91 input, input_length,
96 command, input_length, status );

Completed in 819 milliseconds

1 2 3