/third_party/ffmpeg/libavfilter/ |
D | vf_nnedi.c | 405 float activation[256 * 2]; in predictor() local 416 …activation[nn] = dot_dsp(s, softmax_q1_filter(nn, model), input, filter_size, scale, model->softma… in predictor() 419 …activation[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() 426 …activation[nn] = dot_dsp(s, softmax_q2_filter(nn, model), input, filter_size, scale, model->softma… in predictor() 429 …activation[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()
|
D | af_arnndn.c | 81 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/ |
D | dnn-layer-conv2d.c | 103 params.activation = TANH; in test_with_same_dilate() 207 params.activation = TANH; in test_with_valid()
|
D | dnn-layer-dense.c | 95 params.activation = TANH; in test()
|
/third_party/ffmpeg/tests/dnn/ |
D | dnn-layer-conv2d-test.c | 103 params.activation = TANH; in test_with_same_dilate() 207 params.activation = TANH; in test_with_valid()
|
D | dnn-layer-dense-test.c | 95 params.activation = TANH; in test()
|
/third_party/node/deps/openssl/openssl/VMS/ |
D | openssl_ivp.com.in | 38 $ ! to get an image activation error here 45 $ ! then we're likely to get an image activation error here
|
/third_party/openssl/VMS/ |
D | openssl_ivp.com.in | 38 $ ! to get an image activation error here 45 $ ! then we're likely to get an image activation error here
|
/third_party/ffmpeg/libavfilter/dnn/ |
D | dnn_backend_native_layer_dense.c | 33 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()
|
D | dnn_backend_native_layer_dense.h | 28 DNNActivationFunc activation; member
|
D | dnn_backend_native_layer_conv2d.h | 29 DNNActivationFunc activation; member
|
D | dnn_backend_native_layer_conv2d.c | 57 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()
|
D | dnn_backend_tf.c | 587 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/ |
D | convert_from_tensorflow.py | 163 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/ |
D | venv-create.inc | 133 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/ |
D | VK_KHR_video_decode_queue.adoc | 68 ** Make DPB slot activation behavior codec-specific to continue allowing
|
D | VK_KHR_video_encode_queue.adoc | 125 ** Make DPB slot activation behavior codec-specific to continue allowing
|
/third_party/openssl/doc/internal/man3/ |
D | ossl_provider_new.pod | 201 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/ |
D | video_decode_extensions.txt | 200 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/ |
D | NOTES-VMS.md | 65 activation starts the debugger automatically, giving you a debug
|
/third_party/openssl/ |
D | NOTES-VMS.md | 65 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/ |
D | InstrProfData.inc | 23 * 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/ |
D | 0008-upgrade-flatbuffers-fix_crash.patch | 1782 - 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/ |
D | libunwind.tex | 76 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/ |
D | VK_KHR_video_decode_h265.adoc | 388 // 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
|