Home
last modified time | relevance | path

Searched defs:General (Results 176 – 200 of 2713) sorted by relevance

12345678910>>...109

/dports/devel/reproc/reproc-14.2.4/
H A DCHANGELOG.md147 ### General subsection
614 ### General subsection
731 ### General subsection
783 ### General subsection
844 ### General subsection
933 ### General subsection
1002 ### General subsection
/dports/math/speedcrunch/heldercorreia-speedcrunch-c0fc9c68d292/doc/src/reference/
H A Dstatistical.rst4 General section in Statistical Functions
59 .. _binomial-distribution:
H A Dbasic.rst4 General section in Basic Math Functions
66 .. _trigonometric:
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/mkldnn/doc/primitives/
H A Dbatch_normalization.md8 ## General section in Batch Normalization {#dev_guide_batch_normalization}
13 ### Forward
78 ### Backward
/dports/math/onednn/oneDNN-2.5.1/doc/primitives/
H A Dbatch_normalization.md8 ## General section in Batch Normalization {#dev_guide_batch_normalization}
13 ### Forward
78 ### Backward
/dports/games/sdlpop/SDLPoP-1.22/
H A DSDLPoP.ini17 [General] section
20 enable_pause_menu = true
23 enable_copyprot = false
26 enable_music = true
29 enable_fade = true
32 enable_flash = true
35 enable_text = true
41 start_fullscreen = false
65 scaling_type = sharp
86 levelset = original
[all …]
/dports/sysutils/bacula9-docs/bacula-docs-9.6.7/manuals/en/developers/
H A Dgui-interface.tex10 \section{General} section in \\partzzz{#1}""Implementing a GUI Interface
17 \subsection{Minimal Code in Console Program}
30 \subsection{GUI Interface is Difficult}
/dports/security/aws-iam-authenticator/aws-iam-authenticator-0.5.2/vendor/gonum.org/v1/gonum/blas/blas64/
H A Dblas64.go37 type General struct { struct
38 Rows, Cols int
39 Data []float64
40 Stride int
344 func Ger(alpha float64, x, y Vector, a General) {
384 func Gemm(tA, tB blas.Transpose, alpha float64, a, b General, beta float64, c General) {
404 func Symm(s blas.Side, alpha float64, a Symmetric, b General, beta float64, c General) {
419 func Syrk(t blas.Transpose, alpha float64, a General, beta float64, c Symmetric) {
434 func Syr2k(t blas.Transpose, alpha float64, a, b General, beta float64, c Symmetric) {
451 func Trmm(s blas.Side, tA blas.Transpose, alpha float64, a Triangular, b General) {
[all …]
/dports/www/carbonapi/carbonapi-0.14.1/vendor/gonum.org/v1/gonum/blas/blas64/
H A Dblas64.go37 type General struct { struct
38 Rows, Cols int
39 Data []float64
40 Stride int
347 func Ger(alpha float64, x, y Vector, a General) {
387 func Gemm(tA, tB blas.Transpose, alpha float64, a, b General, beta float64, c General) {
407 func Symm(s blas.Side, alpha float64, a Symmetric, b General, beta float64, c General) {
422 func Syrk(t blas.Transpose, alpha float64, a General, beta float64, c Symmetric) {
437 func Syr2k(t blas.Transpose, alpha float64, a, b General, beta float64, c Symmetric) {
454 func Trmm(s blas.Side, tA blas.Transpose, alpha float64, a Triangular, b General) {
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/gonum.org/v1/gonum/blas/blas32/
H A Dblas32.go37 type General struct { struct
38 Rows, Cols int
39 Stride int
40 Data []float32
361 func Ger(alpha float32, x, y Vector, a General) {
401 func Gemm(tA, tB blas.Transpose, alpha float32, a, b General, beta float32, c General) {
421 func Symm(s blas.Side, alpha float32, a Symmetric, b General, beta float32, c General) {
436 func Syrk(t blas.Transpose, alpha float32, a General, beta float32, c Symmetric) {
451 func Syr2k(t blas.Transpose, alpha float32, a, b General, beta float32, c Symmetric) {
468 func Trmm(s blas.Side, tA blas.Transpose, alpha float32, a Triangular, b General) {
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/gonum.org/v1/gonum/blas/blas64/
H A Dblas64.go37 type General struct { struct
38 Rows, Cols int
39 Data []float64
40 Stride int
347 func Ger(alpha float64, x, y Vector, a General) {
387 func Gemm(tA, tB blas.Transpose, alpha float64, a, b General, beta float64, c General) {
407 func Symm(s blas.Side, alpha float64, a Symmetric, b General, beta float64, c General) {
422 func Syrk(t blas.Transpose, alpha float64, a General, beta float64, c Symmetric) {
437 func Syr2k(t blas.Transpose, alpha float64, a, b General, beta float64, c Symmetric) {
454 func Trmm(s blas.Side, tA blas.Transpose, alpha float64, a Triangular, b General) {
[all …]
/dports/sysutils/kubectl/kubernetes-1.22.2/vendor/gonum.org/v1/gonum/blas/blas64/
H A Dblas64.go37 type General struct { struct
38 Rows, Cols int
39 Data []float64
40 Stride int
347 func Ger(alpha float64, x, y Vector, a General) {
387 func Gemm(tA, tB blas.Transpose, alpha float64, a, b General, beta float64, c General) {
407 func Symm(s blas.Side, alpha float64, a Symmetric, b General, beta float64, c General) {
422 func Syrk(t blas.Transpose, alpha float64, a General, beta float64, c Symmetric) {
437 func Syr2k(t blas.Transpose, alpha float64, a, b General, beta float64, c Symmetric) {
454 func Trmm(s blas.Side, tA blas.Transpose, alpha float64, a Triangular, b General) {
[all …]
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/openshift/api/vendor/gonum.org/v1/gonum/blas/blas64/
H A Dblas64.go37 type General struct { struct
38 Rows, Cols int
39 Data []float64
40 Stride int
344 func Ger(alpha float64, x, y Vector, a General) {
384 func Gemm(tA, tB blas.Transpose, alpha float64, a, b General, beta float64, c General) {
404 func Symm(s blas.Side, alpha float64, a Symmetric, b General, beta float64, c General) {
419 func Syrk(t blas.Transpose, alpha float64, a General, beta float64, c Symmetric) {
434 func Syr2k(t blas.Transpose, alpha float64, a, b General, beta float64, c Symmetric) {
451 func Trmm(s blas.Side, tA blas.Transpose, alpha float64, a Triangular, b General) {
[all …]
/dports/devel/pyside2-tools/pyside-setup-opensource-src-5.15.2/sources/shiboken2/doc/
H A Dconsiderations.rst120 General section in Frequently Asked Questions
123 What is Shiboken?
133 Why did you switch from Boost.Python to Shiboken?
/dports/devel/pyside2/pyside-setup-opensource-src-5.15.2/sources/shiboken2/doc/
H A Dconsiderations.rst120 General section in Frequently Asked Questions
123 What is Shiboken?
133 Why did you switch from Boost.Python to Shiboken?
/dports/devel/shiboken2/pyside-setup-opensource-src-5.15.2/sources/shiboken2/doc/
H A Dconsiderations.rst120 General section in Frequently Asked Questions
123 What is Shiboken?
133 Why did you switch from Boost.Python to Shiboken?
/dports/net-p2p/frost/frost-1.2.0.20090314_2,2/doc/
H A DFrost.tex233 \subsection{General} subsection
251 \subsubsection{Parameters}
267 \subsubsection{Options-Preferences}
303 \subsubsection{The frost.ini}
445 \subsubsection{General} subsubsection
/dports/sysutils/bacula11-docs/bacula-docs-11.0.5/manuals/en/developers/
H A Dgui-interface.tex6 \section{General} section in Implementing a \\acs{GUI} Interface
12 \subsection{Minimal Code in Console Program}
24 \subsection{\acs{GUI} Interface is Difficult}
/dports/sysutils/bacula11-docs/bacula-docs-11.0.5/manuals/en/developers/www-developers/
H A Dgui-interface.tex6 \section{General} section in Implementing a \\acs{GUI} Interface
12 \subsection{Minimal Code in Console Program}
24 \subsection{\acs{GUI} Interface is Difficult}
/dports/deskutils/pim-sieve-editor/pim-sieve-editor-21.12.3/src/importwizard/autotests/data/thunderbirdencryptionnoneoneaccount/
H A Dprofiles.ini1 [General] section
2 StartWithLastProfile=1
/dports/deskutils/pim-sieve-editor/pim-sieve-editor-21.12.3/src/importwizard/autotests/data/thunderbirdencryptionssloneaccount/
H A Dprofiles.ini1 [General] section
2 StartWithLastProfile=1
/dports/deskutils/pim-sieve-editor/pim-sieve-editor-21.12.3/src/importwizard/autotests/data/thunderbirdencryptionstarttls/
H A Dprofiles.ini1 [General] section
2 StartWithLastProfile=1
/dports/deskutils/pim-sieve-editor/pim-sieve-editor-21.12.3/src/importwizard/autotests/data/thunderbirdencryptionstarttlsoneaccount/
H A Dprofiles.ini1 [General] section
2 StartWithLastProfile=1
/dports/deskutils/pim-sieve-editor/pim-sieve-editor-21.12.3/src/importwizard/autotests/data/thunderbird2/
H A Dprofiles.ini1 [General] section
2 StartWithLastProfile=1
/dports/deskutils/pim-sieve-editor/pim-sieve-editor-21.12.3/src/importwizard/autotests/data/thunderbirdencryptionssl/
H A Dprofiles.ini1 [General] section
2 StartWithLastProfile=1

12345678910>>...109