Home
last modified time | relevance | path

Searched refs:Activation (Results 1 – 25 of 4075) sorted by relevance

12345678910>>...163

/dports/sysutils/istio/istio-1.6.7/vendor/github.com/google/cel-go/interpreter/
H A Dactivation.go28 type Activation interface { interface
35 Parent() Activation
39 func EmptyActivation() Activation {
62 a, isActivation := bindings.(Activation)
85 func (a *mapActivation) Parent() Activation {
111 parent Activation
112 child Activation
130 func NewHierarchicalActivation(parent Activation, child Activation) Activation { argument
150 Activation
159 Activation anonMember
[all …]
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-ssm/include/aws/ssm/model/
H A DActivation.h37 class AWS_SSM_API Activation
40 Activation();
41 Activation(Aws::Utils::Json::JsonView jsonValue);
42 Activation& operator=(Aws::Utils::Json::JsonView jsonValue);
84 inline Activation& WithActivationId(const char* value) { SetActivationId(value); return *this;} in WithActivationId()
125 inline Activation& WithDescription(const char* value) { SetDescription(value); return *this;} in WithDescription()
203 inline Activation& WithIamRole(const Aws::String& value) { SetIamRole(value); return *this;} in WithIamRole()
215 inline Activation& WithIamRole(const char* value) { SetIamRole(value); return *this;} in WithIamRole()
240 … inline Activation& WithRegistrationLimit(int value) { SetRegistrationLimit(value); return *this;} in WithRegistrationLimit()
319 inline Activation& WithExpired(bool value) { SetExpired(value); return *this;} in WithExpired()
[all …]
H A DDescribeActivationsResult.h40 inline const Aws::Vector<Activation>& GetActivationList() const{ return m_activationList; } in GetActivationList()
45 … inline void SetActivationList(const Aws::Vector<Activation>& value) { m_activationList = value; } in SetActivationList()
50 …inline void SetActivationList(Aws::Vector<Activation>&& value) { m_activationList = std::move(valu… in SetActivationList()
55 …inline DescribeActivationsResult& WithActivationList(const Aws::Vector<Activation>& value) { SetAc… in WithActivationList()
60 …inline DescribeActivationsResult& WithActivationList(Aws::Vector<Activation>&& value) { SetActivat… in WithActivationList()
65 …inline DescribeActivationsResult& AddActivationList(const Activation& value) { m_activationList.pu… in AddActivationList()
70 …inline DescribeActivationsResult& AddActivationList(Activation&& value) { m_activationList.push_ba… in AddActivationList()
117 Aws::Vector<Activation> m_activationList;
/dports/science/lammps/lammps-stable_29Sep2021/src/ML-RANN/
H A Drann_activation.h36 class Activation {
38 Activation(class PairRANN *);
39 virtual ~Activation();
47 Activation::Activation(PairRANN *) in Activation() function
53 Activation::~Activation() {} in ~Activation()
56 double Activation::activation_function(double A) { return A; } in activation_function()
58 double Activation::dactivation_function(double) { return 1.0; } in dactivation_function()
60 double Activation::ddactivation_function(double) { return 0.0; } in ddactivation_function()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.ServiceModel.Activation/System/ServiceModel/Activation/Diagnostics/
H A DTraceCode.cs4 namespace System.ServiceModel.Activation.Diagnostics
14 public const int Activation = 0X90000; field in System.ServiceModel.Activation.Diagnostics.TraceCode
15 public const int WebHostFailedToCompile = TraceCode.Activation | 0X0001;
16 public const int WebHostServiceActivated = TraceCode.Activation | 0X0002;
17 public const int WebHostFailedToActivateService = TraceCode.Activation | 0X0003;
18 public const int WebHostCompilation = TraceCode.Activation | 0X0004;
19 public const int WebHostDebugRequest = TraceCode.Activation | 0X0005;
20 public const int WebHostProtocolMisconfigured = TraceCode.Activation | 0X0006;
21 public const int WebHostServiceCloseFailed = TraceCode.Activation | 0X0007;
22 public const int WebHostNoCBTSupport = TraceCode.Activation | 0X0008;
/dports/irc/smuxi/smuxi-1.1/lib/db4o-net/Db4objects.Db4o/Db4objects.Db4o/Internal/Activation/
H A DActivationMode.cs3 namespace Db4objects.Db4o.Internal.Activation
7 public static readonly Db4objects.Db4o.Internal.Activation.ActivationMode Activate
8 = new Db4objects.Db4o.Internal.Activation.ActivationMode();
10 public static readonly Db4objects.Db4o.Internal.Activation.ActivationMode Deactivate
11 = new Db4objects.Db4o.Internal.Activation.ActivationMode();
13 public static readonly Db4objects.Db4o.Internal.Activation.ActivationMode Peek =
14 new Db4objects.Db4o.Internal.Activation.ActivationMode();
16 public static readonly Db4objects.Db4o.Internal.Activation.ActivationMode Prefetch
17 = new Db4objects.Db4o.Internal.Activation.ActivationMode();
19 public static readonly Db4objects.Db4o.Internal.Activation.ActivationMode Refresh
[all …]
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/UI/WebUI/
H A Dmod.rs229 type Vtable = super::super::ApplicationModel::Activation::IBackgroundActivatedEventArgs_abi;
4906 type Vtable = super::super::ApplicationModel::Activation::IContactMapActivatedEventArgs_abi;
6250 type Vtable = super::super::ApplicationModel::Activation::IDeviceActivatedEventArgs_abi;
7027 type Vtable = super::super::ApplicationModel::Activation::IFileActivatedEventArgs_abi;
8594 type Vtable = super::super::ApplicationModel::Activation::ILaunchActivatedEventArgs_abi;
8897 type Vtable = super::super::ApplicationModel::Activation::ILockScreenActivatedEventArgs_abi;
9383 type Vtable = super::super::ApplicationModel::Activation::IActivatedEventArgs_abi;
9751 type Vtable = super::super::ApplicationModel::Activation::IPhoneCallActivatedEventArgs_abi;
10322 type Vtable = super::super::ApplicationModel::Activation::IActivatedEventArgs_abi;
10511 type Vtable = super::super::ApplicationModel::Activation::IProtocolActivatedEventArgs_abi;
[all …]
/dports/math/mlpack/mlpack-3.4.2/src/mlpack/methods/ann/layer/
H A Dradial_basis_function_impl.hpp21 typename Activation>
22 RBF<InputDataType, OutputDataType, Activation>::RBF() : in RBF()
32 typename Activation>
33 RBF<InputDataType, OutputDataType, Activation>::RBF( in RBF()
60 typename Activation>
62 void RBF<InputDataType, OutputDataType, Activation>::Forward( in Forward()
74 Activation::Fn(distances * std::pow(betas, 0.5), in Forward()
80 typename Activation>
82 void RBF<InputDataType, OutputDataType, Activation>::Backward( in Backward()
91 typename Activation>
[all …]
/dports/misc/mxnet/incubator-mxnet-1.9.0/example/ssd/symbol/
H A Dvgg16_reduced.py32 relu1_1 = mx.symbol.Activation(data=conv1_1, act_type="relu", name="relu1_1")
35 relu1_2 = mx.symbol.Activation(data=conv1_2, act_type="relu", name="relu1_2")
41 relu2_1 = mx.symbol.Activation(data=conv2_1, act_type="relu", name="relu2_1")
44 relu2_2 = mx.symbol.Activation(data=conv2_2, act_type="relu", name="relu2_2")
50 relu3_1 = mx.symbol.Activation(data=conv3_1, act_type="relu", name="relu3_1")
53 relu3_2 = mx.symbol.Activation(data=conv3_2, act_type="relu", name="relu3_2")
56 relu3_3 = mx.symbol.Activation(data=conv3_3, act_type="relu", name="relu3_3")
63 relu4_1 = mx.symbol.Activation(data=conv4_1, act_type="relu", name="relu4_1")
66 relu4_2 = mx.symbol.Activation(data=conv4_2, act_type="relu", name="relu4_2")
89 relu6 = mx.symbol.Activation(data=conv6, act_type="relu", name="relu6")
[all …]
H A Dlegacy_vgg16_ssd_300.py51 relu1_1 = mx.symbol.Activation(data=conv1_1, act_type="relu", name="relu1_1")
54 relu1_2 = mx.symbol.Activation(data=conv1_2, act_type="relu", name="relu1_2")
60 relu2_1 = mx.symbol.Activation(data=conv2_1, act_type="relu", name="relu2_1")
63 relu2_2 = mx.symbol.Activation(data=conv2_2, act_type="relu", name="relu2_2")
69 relu3_1 = mx.symbol.Activation(data=conv3_1, act_type="relu", name="relu3_1")
72 relu3_2 = mx.symbol.Activation(data=conv3_2, act_type="relu", name="relu3_2")
75 relu3_3 = mx.symbol.Activation(data=conv3_3, act_type="relu", name="relu3_3")
82 relu4_1 = mx.symbol.Activation(data=conv4_1, act_type="relu", name="relu4_1")
85 relu4_2 = mx.symbol.Activation(data=conv4_2, act_type="relu", name="relu4_2")
108 relu6 = mx.symbol.Activation(data=conv6, act_type="relu", name="relu6")
[all …]
/dports/misc/py-mxnet/incubator-mxnet-1.9.0/example/ssd/symbol/
H A Dvgg16_reduced.py32 relu1_1 = mx.symbol.Activation(data=conv1_1, act_type="relu", name="relu1_1")
35 relu1_2 = mx.symbol.Activation(data=conv1_2, act_type="relu", name="relu1_2")
41 relu2_1 = mx.symbol.Activation(data=conv2_1, act_type="relu", name="relu2_1")
44 relu2_2 = mx.symbol.Activation(data=conv2_2, act_type="relu", name="relu2_2")
50 relu3_1 = mx.symbol.Activation(data=conv3_1, act_type="relu", name="relu3_1")
53 relu3_2 = mx.symbol.Activation(data=conv3_2, act_type="relu", name="relu3_2")
56 relu3_3 = mx.symbol.Activation(data=conv3_3, act_type="relu", name="relu3_3")
63 relu4_1 = mx.symbol.Activation(data=conv4_1, act_type="relu", name="relu4_1")
66 relu4_2 = mx.symbol.Activation(data=conv4_2, act_type="relu", name="relu4_2")
89 relu6 = mx.symbol.Activation(data=conv6, act_type="relu", name="relu6")
[all …]
H A Dlegacy_vgg16_ssd_300.py51 relu1_1 = mx.symbol.Activation(data=conv1_1, act_type="relu", name="relu1_1")
54 relu1_2 = mx.symbol.Activation(data=conv1_2, act_type="relu", name="relu1_2")
60 relu2_1 = mx.symbol.Activation(data=conv2_1, act_type="relu", name="relu2_1")
63 relu2_2 = mx.symbol.Activation(data=conv2_2, act_type="relu", name="relu2_2")
69 relu3_1 = mx.symbol.Activation(data=conv3_1, act_type="relu", name="relu3_1")
72 relu3_2 = mx.symbol.Activation(data=conv3_2, act_type="relu", name="relu3_2")
75 relu3_3 = mx.symbol.Activation(data=conv3_3, act_type="relu", name="relu3_3")
82 relu4_1 = mx.symbol.Activation(data=conv4_1, act_type="relu", name="relu4_1")
85 relu4_2 = mx.symbol.Activation(data=conv4_2, act_type="relu", name="relu4_2")
108 relu6 = mx.symbol.Activation(data=conv6, act_type="relu", name="relu6")
[all …]
/dports/misc/py-mxnet/incubator-mxnet-1.9.0/scala-package/examples/src/main/scala/org/apache/mxnetexamples/visualization/
H A DVGG.scala33 val relu1_1 = Symbol.Activation("relu1_1")()(Map("data" -> conv1_1, "act_type" -> "relu"))
39 val relu2_1 = Symbol.Activation("relu2_1")()(Map("data" -> conv2_1, "act_type" -> "relu"))
45 val relu3_1 = Symbol.Activation("relu3_1")()(Map("data" -> conv3_1, "act_type" -> "relu"))
48 val relu3_2 = Symbol.Activation("relu3_2")()(Map("data" -> conv3_2 , "act_type" -> "relu"))
54 val relu4_1 = Symbol.Activation("relu4_1")()(Map("data" -> conv4_1 , "act_type" -> "relu"))
57 val relu4_2 = Symbol.Activation("relu4_2")()(Map("data" -> conv4_2 , "act_type" -> "relu"))
63 val relu5_1 = Symbol.Activation("relu5_1")()(Map("data" -> conv5_1, "act_type" -> "relu"))
66 val relu5_2 = Symbol.Activation("relu5_2")()(Map("data" -> conv5_2, "act_type" -> "relu"))
72 val relu6 = Symbol.Activation("relu6")()(Map("data" -> fc6, "act_type" -> "relu"))
76 val relu7 = Symbol.Activation("relu7")()(Map("data" -> fc7, "act_type" -> "relu"))
H A DAlexNet.scala32 val relu1 = Symbol.Activation()()(Map("data" -> conv1, "act_type" -> "relu"))
40 val relu2 = Symbol.Activation()()(Map("data" -> conv2, "act_type" -> "relu"))
48 val relu3 = Symbol.Activation()()(Map("data" -> conv3, "act_type" -> "relu"))
51 val relu4 = Symbol.Activation()()(Map("data" -> conv4, "act_type" -> "relu"))
54 val relu5 = Symbol.Activation()()(Map("data" -> conv5, "act_type" -> "relu"))
60 val relu6 = Symbol.Activation()()(Map("data" -> fc1, "act_type" -> "relu"))
64 val relu7 = Symbol.Activation()()(Map("data" -> fc2, "act_type" -> "relu"))
/dports/misc/mxnet/incubator-mxnet-1.9.0/scala-package/examples/src/main/scala/org/apache/mxnetexamples/visualization/
H A DVGG.scala33 val relu1_1 = Symbol.Activation("relu1_1")()(Map("data" -> conv1_1, "act_type" -> "relu"))
39 val relu2_1 = Symbol.Activation("relu2_1")()(Map("data" -> conv2_1, "act_type" -> "relu"))
45 val relu3_1 = Symbol.Activation("relu3_1")()(Map("data" -> conv3_1, "act_type" -> "relu"))
48 val relu3_2 = Symbol.Activation("relu3_2")()(Map("data" -> conv3_2 , "act_type" -> "relu"))
54 val relu4_1 = Symbol.Activation("relu4_1")()(Map("data" -> conv4_1 , "act_type" -> "relu"))
57 val relu4_2 = Symbol.Activation("relu4_2")()(Map("data" -> conv4_2 , "act_type" -> "relu"))
63 val relu5_1 = Symbol.Activation("relu5_1")()(Map("data" -> conv5_1, "act_type" -> "relu"))
66 val relu5_2 = Symbol.Activation("relu5_2")()(Map("data" -> conv5_2, "act_type" -> "relu"))
72 val relu6 = Symbol.Activation("relu6")()(Map("data" -> fc6, "act_type" -> "relu"))
76 val relu7 = Symbol.Activation("relu7")()(Map("data" -> fc7, "act_type" -> "relu"))
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/vm/
H A DActivation.h413 class Activation {
417 Activation* prev_;
418 Activation* prevProfiling_;
449 inline Activation(JSContext* cx, Kind kind);
450 inline ~Activation();
455 Activation* prev() const { return prev_; } in prev()
457 inline Activation* mostRecentProfiling();
485 return offsetof(Activation, prevProfiling_); in offsetOfPrevProfiling()
498 Activation(const Activation& other) = delete;
516 class InterpreterActivation : public Activation {
[all …]
/dports/devel/grpc/grpc-1.42.0/src/core/lib/security/authorization/mock_cel/
H A Dactivation.h42 class Activation : public BaseActivation {
44 Activation() = default;
47 Activation(const Activation&) = delete;
48 Activation& operator=(const Activation&) = delete;
/dports/devel/py-grpcio/grpcio-1.43.0/src/core/lib/security/authorization/mock_cel/
H A Dactivation.h42 class Activation : public BaseActivation {
44 Activation() = default;
47 Activation(const Activation&) = delete;
48 Activation& operator=(const Activation&) = delete;
/dports/devel/grpc134/grpc-1.34.1/src/core/lib/security/authorization/mock_cel/
H A Dactivation.h42 class Activation : public BaseActivation {
44 Activation() = default;
47 Activation(const Activation&) = delete;
48 Activation& operator=(const Activation&) = delete;
/dports/www/firefox-esr/firefox-91.8.0/js/src/vm/
H A DActivation.h410 class Activation {
414 Activation* prev_;
415 Activation* prevProfiling_;
446 inline Activation(JSContext* cx, Kind kind);
447 inline ~Activation();
452 Activation* prev() const { return prev_; } in prev()
454 inline Activation* mostRecentProfiling();
490 Activation(const Activation& other) = delete;
491 void operator=(const Activation& other) = delete;
508 class InterpreterActivation : public Activation {
[all …]
/dports/www/firefox/firefox-99.0/js/src/vm/
H A DActivation.h410 class Activation {
414 Activation* prev_;
415 Activation* prevProfiling_;
446 inline Activation(JSContext* cx, Kind kind);
447 inline ~Activation();
452 Activation* prev() const { return prev_; } in prev()
454 inline Activation* mostRecentProfiling();
490 Activation(const Activation& other) = delete;
491 void operator=(const Activation& other) = delete;
508 class InterpreterActivation : public Activation {
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/vm/
H A DActivation.h410 class Activation {
414 Activation* prev_;
415 Activation* prevProfiling_;
446 inline Activation(JSContext* cx, Kind kind);
447 inline ~Activation();
452 Activation* prev() const { return prev_; } in prev()
454 inline Activation* mostRecentProfiling();
490 Activation(const Activation& other) = delete;
491 void operator=(const Activation& other) = delete;
508 class InterpreterActivation : public Activation {
[all …]
/dports/misc/mxnet/incubator-mxnet-1.9.0/example/neural-style/
H A Dmodel_vgg19.py29 relu1_1 = mx.symbol.Activation(name='relu1_1', data=conv1_1 , act_type='relu')
31 relu1_2 = mx.symbol.Activation(name='relu1_2', data=conv1_2 , act_type='relu')
34 relu2_1 = mx.symbol.Activation(name='relu2_1', data=conv2_1 , act_type='relu')
36 relu2_2 = mx.symbol.Activation(name='relu2_2', data=conv2_2 , act_type='relu')
39 relu3_1 = mx.symbol.Activation(name='relu3_1', data=conv3_1 , act_type='relu')
41 relu3_2 = mx.symbol.Activation(name='relu3_2', data=conv3_2 , act_type='relu')
43 relu3_3 = mx.symbol.Activation(name='relu3_3', data=conv3_3 , act_type='relu')
45 relu3_4 = mx.symbol.Activation(name='relu3_4', data=conv3_4 , act_type='relu')
48 relu4_1 = mx.symbol.Activation(name='relu4_1', data=conv4_1 , act_type='relu')
50 relu4_2 = mx.symbol.Activation(name='relu4_2', data=conv4_2 , act_type='relu')
[all …]
/dports/misc/py-mxnet/incubator-mxnet-1.9.0/example/neural-style/
H A Dmodel_vgg19.py29 relu1_1 = mx.symbol.Activation(name='relu1_1', data=conv1_1 , act_type='relu')
31 relu1_2 = mx.symbol.Activation(name='relu1_2', data=conv1_2 , act_type='relu')
34 relu2_1 = mx.symbol.Activation(name='relu2_1', data=conv2_1 , act_type='relu')
36 relu2_2 = mx.symbol.Activation(name='relu2_2', data=conv2_2 , act_type='relu')
39 relu3_1 = mx.symbol.Activation(name='relu3_1', data=conv3_1 , act_type='relu')
41 relu3_2 = mx.symbol.Activation(name='relu3_2', data=conv3_2 , act_type='relu')
43 relu3_3 = mx.symbol.Activation(name='relu3_3', data=conv3_3 , act_type='relu')
45 relu3_4 = mx.symbol.Activation(name='relu3_4', data=conv3_4 , act_type='relu')
48 relu4_1 = mx.symbol.Activation(name='relu4_1', data=conv4_1 , act_type='relu')
50 relu4_2 = mx.symbol.Activation(name='relu4_2', data=conv4_2 , act_type='relu')
[all …]
/dports/devel/taskflow/taskflow-3.2.0/benchmarks/mnist/
H A Ddnn.hpp119 enum class Activation { enum
143 case Activation::NONE: return; in activate()
145 case Activation::RELU: relu(mat); return; in activate()
247 if(acts[i] == Activation::RELU) { in validate()
250 else if(acts[i] == Activation::SIGMOID) { in validate()
290 std::vector<Activation> acts;
345 dnn.add_layer(784, 64, Activation::RELU); in build_dnn()
346 dnn.add_layer(64, 32, Activation::RELU); in build_dnn()
347 dnn.add_layer(32, 16, Activation::RELU); in build_dnn()
348 dnn.add_layer(16, 8, Activation::RELU); in build_dnn()
[all …]

12345678910>>...163