Home
last modified time | relevance | path

Searched refs:activation (Results 1 – 25 of 66) sorted by relevance

123

/third_party/ffmpeg/libavfilter/
Dvf_nnedi.c405 float activation[256 * 2]; in predictor() local
416activation[nn] = dot_dsp(s, softmax_q1_filter(nn, model), input, filter_size, scale, model->softma… in predictor()
419activation[nns + nn] = dot_dsp(s, elliott_q1_filter(nn, model), input, filter_size, scale, model->… in predictor()
421 transform_softmax_exp(activation, nns); in predictor()
422 wae5(activation, activation + nns, nns, mstd); in predictor()
426activation[nn] = dot_dsp(s, softmax_q2_filter(nn, model), input, filter_size, scale, model->softma… in predictor()
429activation[nns + nn] = dot_dsp(s, elliott_q2_filter(nn, model), input, filter_size, scale, model->… in predictor()
431 transform_softmax_exp(activation, nns); in predictor()
432 wae5(activation, activation + nns, nns, mstd); in predictor()
Daf_arnndn.c81 int activation; member
90 int activation; member
230 int activation; \ in rnnoise_model_from_file()
231 INPUT_VAL(activation); \ in rnnoise_model_from_file()
232 switch (activation) { \ in rnnoise_model_from_file()
292 INPUT_ACTIVATION(name->activation); \ in rnnoise_model_from_file()
304 INPUT_ACTIVATION(name->activation); \ in rnnoise_model_from_file()
1267 if (layer->activation == ACTIVATION_SIGMOID) { in compute_dense()
1270 } else if (layer->activation == ACTIVATION_TANH) { in compute_dense()
1273 } else if (layer->activation == ACTIVATION_RELU) { in compute_dense()
[all …]
/third_party/ffmpeg/libavfilter/tests/
Ddnn-layer-conv2d.c103 params.activation = TANH; in test_with_same_dilate()
207 params.activation = TANH; in test_with_valid()
Ddnn-layer-dense.c95 params.activation = TANH; in test()
/third_party/ffmpeg/tests/dnn/
Ddnn-layer-conv2d-test.c103 params.activation = TANH; in test_with_same_dilate()
207 params.activation = TANH; in test_with_valid()
Ddnn-layer-dense-test.c95 params.activation = TANH; in test()
/third_party/node/deps/openssl/openssl/VMS/
Dopenssl_ivp.com.in38 $ ! to get an image activation error here
45 $ ! then we're likely to get an image activation error here
/third_party/openssl/VMS/
Dopenssl_ivp.com.in38 $ ! to get an image activation error here
45 $ ! then we're likely to get an image activation error here
/third_party/ffmpeg/libavfilter/dnn/
Ddnn_backend_native_layer_dense.c33 dense_params->activation = (int32_t)avio_rl32(model_file_context); in ff_dnn_load_layer_dense()
131 switch (dense_params->activation){ in ff_dnn_execute_layer_dense()
Ddnn_backend_native_layer_dense.h28 DNNActivationFunc activation; member
Ddnn_backend_native_layer_conv2d.h29 DNNActivationFunc activation; member
Ddnn_backend_native_layer_conv2d.c57 conv_params->activation = (int32_t)avio_rl32(model_file_context); in ff_dnn_load_layer_conv2d()
164 switch (conv_params->activation){ in dnn_execute_layer_conv2d_thread()
Ddnn_backend_tf.c587 switch (params->activation){ in add_conv_layer()
598 … avpriv_report_missing_feature(ctx, "convolutional activation function %d", params->activation); in add_conv_layer()
/third_party/ffmpeg/tools/python/
Dconvert_from_tensorflow.py163 activation = anode.op
165 activation = 'None'
184 …np.array([self.op2code[node.op], dilation, padding, self.conv_activations[activation], in_channels…
223 activation = anode.op
225 activation = 'None'
237 …np.array([self.op2code[node.op], self.conv_activations[activation], in_channels, out_channels, has…
/third_party/python/Doc/using/
Dvenv-create.inc133 You don't specifically *need* to activate an environment; activation just
145 ``fish`` and ``csh`` activation scripts.
148 PowerShell activation scripts installed under POSIX for PowerShell Core
/third_party/vk-gl-cts/external/vulkan-docs/src/appendices/
DVK_KHR_video_decode_queue.adoc68 ** Make DPB slot activation behavior codec-specific to continue allowing
DVK_KHR_video_encode_queue.adoc125 ** Make DPB slot activation behavior codec-specific to continue allowing
/third_party/openssl/doc/internal/man3/
Dossl_provider_new.pod201 provider object I<prov> by incrementing its activation count, flagging
227 provider object I<prov> by decrementing its activation count. When
228 that count reaches zero, the activation flag is cleared. If the
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/
Dvideo_decode_extensions.txt200 However, any <<dpb-slot,DPB Slot>> activation, invalidation, or deactivation
213 <<video-session-activating-dpb-slot, activation and update>> operations as
248 Any other <<dpb-slot,DPB Slot>> activation,invalidation, or deactivation
/third_party/node/deps/openssl/openssl/
DNOTES-VMS.md65 activation starts the debugger automatically, giving you a debug
/third_party/openssl/
DNOTES-VMS.md65 activation starts the debugger automatically, giving you a debug
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/
DInstrProfData.inc23 * declarations for one structure is enabled by defining the field activation
24 * macro associated with that structure. Only one field activation record
54 * are related to runtime ABI and format. When no field activation macro is
/third_party/mindspore/patches/
D0008-upgrade-flatbuffers-fix_crash.patch1782 - Activation activation{};
1783 - activation.activationType =
1785 - activation.alpha = value->alpha();
1786 - activation.minVal = value->min_val();
1787 - activation.maxVal = value->max_val();
1788 - activation.approximate = value->approximate();
1790 - (void)ActivationBlockMarshalling(data, activation);
3182 - Activation activation{};
3183 - activation.activationType =
3185 - activation.alpha = value->alpha();
[all …]
/third_party/libunwind/libunwind/doc/
Dlibunwind.tex76 current activation of function \Func{F}(). The unwind cursor can then
79 uncover the entire call-chain that led to the activation of function
/third_party/vk-gl-cts/external/vulkan-docs/src/proposals/
DVK_KHR_video_decode_h265.adoc388 // reconstructed picture will be used for reference picture setup and DPB slot activation
459 // reconstructed picture will be used for reference picture setup and DPB slot activation

123