Home
last modified time | relevance | path

Searched refs:Squeeze (Results 1 – 25 of 1530) sorted by relevance

12345678910>>...62

/dports/sysutils/istio/istio-1.6.7/vendor/github.com/openshift/api/vendor/gonum.org/v1/gonum/mat/
H A Ddense_example_test.go31 fc := mat.Formatted(&c, mat.Prefix(" "), mat.Squeeze())
55 fa := mat.Formatted(a, mat.Prefix(" "), mat.Squeeze())
79 fa := mat.Formatted(a, mat.Prefix(" "), mat.Squeeze())
103 fa := mat.Formatted(a, mat.Prefix(" "), mat.Squeeze())
130 fr := mat.Formatted(&r, mat.Prefix(" "), mat.Squeeze())
147 fx := mat.Formatted(&x, mat.Prefix(" "), mat.Squeeze())
178 fc := mat.Formatted(&c, mat.Prefix(" "), mat.Squeeze())
199 fm := mat.Formatted(&m, mat.Prefix(" "), mat.Squeeze())
220 fm := mat.Formatted(&m, mat.Prefix(" "), mat.Squeeze())
229 fn := mat.Formatted(&n, mat.Prefix(" "), mat.Squeeze())
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/gonum.org/v1/gonum/mat/
H A Ddense_example_test.go32 fc := mat.Formatted(&c, mat.Prefix(" "), mat.Squeeze())
56 fa := mat.Formatted(a, mat.Prefix(" "), mat.Squeeze())
80 fa := mat.Formatted(a, mat.Prefix(" "), mat.Squeeze())
104 fa := mat.Formatted(a, mat.Prefix(" "), mat.Squeeze())
134 fi := mat.Formatted(&I, mat.Prefix(" "), mat.Squeeze())
156 fx := mat.Formatted(&x, mat.Prefix(" "), mat.Squeeze())
187 fc := mat.Formatted(&c, mat.Prefix(" "), mat.Squeeze())
208 fm := mat.Formatted(&m, mat.Prefix(" "), mat.Squeeze())
229 fm := mat.Formatted(&m, mat.Prefix(" "), mat.Squeeze())
238 fn := mat.Formatted(&n, mat.Prefix(" "), mat.Squeeze())
[all …]
/dports/textproc/p5-Lingua-EN-Squeeze/Lingua-EN-Squeeze-2020.02/
H A DChanges1 Revision history for Perl module Lingua::EN::Squeeze
21 - Switched to Dist::Zilla, in the process moving Squeeze.pm to lib/...
37 * Squeeze.pm: (%SQZ_WXLATE_HASH): "background" keyword
52 * Squeeze.pm: 1.4
69 * Squeeze.pm (SqueezeText): 1.2 Fixed autolaod section by Adding
76 * Squeeze.pm: v1.19 Lingua-EN-Squeeze-1998.1008.tar.gz released to
81 * Squeeze.pm:
86 * Squeeze.pm: v1.21 Lingua-EN-Squeeze-1998.0928.tar.gz
89 * Squeeze.pm
97 * Squeeze.pm: v1.19 Lingua-EN-Squeeze-1998.0925.tar.gz
[all …]
H A DMETA.yml15 name: Lingua-EN-Squeeze
27 homepage: https://github.com/neilbowers/Lingua-EN-Squeeze
28 repository: https://github.com/neilbowers/Lingua-EN-Squeeze.git
H A Ddist.ini1 name = Lingua-EN-Squeeze
4 copyright_holder = Lingua-EN-Squeeze
/dports/textproc/opensearch-dashboards/opensearch-dashboards-1.2.0-linux-x64/node_modules/@hapi/good-squeeze/
H A DREADME.md18 ### `Squeeze(events, [options])`
20 Creates a new Squeeze transform stream where:
32 ### `Squeeze.subscription(events)`
34 A static method on `Squeeze` that creates a new event subscription map where:
36 - `events` the same arguments used in the `Squeeze` constructor.
39 const Squeeze = require('good-squeeze');
41 Squeeze.subscription({ log: 'user', ops: '*', request: ['hapi', 'foo'] });
50 Squeeze.subscription({ log: 'user', ops: { exclude: 'debug' }, request: { include: ['hapi', 'foo'],…
60 Useful for creating an event subscription to be used with `Squeeze.filter` if you do not plan on cr…
63 ### `Squeeze.filter(subscription, data)`
[all …]
/dports/biology/bamutil/bamUtil-1.0.15/src/
H A DSqueeze.cpp25 Squeeze::Squeeze() in Squeeze() function in Squeeze
38 Squeeze::~Squeeze() in ~Squeeze()
42 void Squeeze::printSqueezeDescription(std::ostream& os) in printSqueezeDescription()
48 void Squeeze::printDescription(std::ostream& os) in printDescription()
54 void Squeeze::printBinningUsageLine(std::ostream& os) in printBinningUsageLine()
60 void Squeeze::printBinningUsage(std::ostream& os) in printBinningUsage()
76 void Squeeze::printUsage(std::ostream& os) in printUsage()
104 int Squeeze::execute(int argc, char ** argv) in execute()
383 int Squeeze::processBinningParam() in processBinningParam()
504 int Squeeze::getQualCharFromQemp(uint8_t qemp) in getQualCharFromQemp()
[all …]
H A DSqueeze.h32 class Squeeze : public BamExecutable
35 Squeeze();
36 ~Squeeze();
/dports/science/py-chainer/chainer-7.8.0/chainerx_cc/chainerx/routines/
H A Dactivation.cc98 Array a = Squeeze(gates[0]); in TreeLstm()
99 Array i = Squeeze(gates[1]); in TreeLstm()
100 Array o = Squeeze(gates[2]); in TreeLstm()
126 Array a1 = Squeeze(x1_gates[0]); in SLstm()
127 Array i1 = Squeeze(x1_gates[1]); in SLstm()
128 Array f1 = Squeeze(x1_gates[2]); in SLstm()
129 Array o1 = Squeeze(x1_gates[3]); in SLstm()
131 Array a2 = Squeeze(x2_gates[0]); in SLstm()
132 Array i2 = Squeeze(x2_gates[1]); in SLstm()
133 Array f2 = Squeeze(x2_gates[2]); in SLstm()
[all …]
/dports/math/vtk9/VTK-9.1.0/IO/Chemistry/
H A DvtkPDBReader.cxx139 this->Points->Squeeze(); in ReadSpecificMolecule()
140 this->AtomType->Squeeze(); in ReadSpecificMolecule()
141 this->AtomTypeStrings->Squeeze(); in ReadSpecificMolecule()
142 this->Residue->Squeeze(); in ReadSpecificMolecule()
143 this->IsHetatm->Squeeze(); in ReadSpecificMolecule()
144 this->Model->Squeeze(); in ReadSpecificMolecule()
/dports/math/vtk6/VTK-6.2.0/IO/Geometry/
H A DvtkPDBReader.cxx119 this->Points->Squeeze(); in ReadSpecificMolecule()
120 this->AtomType->Squeeze(); in ReadSpecificMolecule()
121 this->AtomTypeStrings->Squeeze(); in ReadSpecificMolecule()
122 this->Residue->Squeeze(); in ReadSpecificMolecule()
123 this->IsHetatm->Squeeze(); in ReadSpecificMolecule()
/dports/math/vtk8/VTK-8.2.0/IO/Geometry/
H A DvtkPDBReader.cxx120 this->Points->Squeeze(); in ReadSpecificMolecule()
121 this->AtomType->Squeeze(); in ReadSpecificMolecule()
122 this->AtomTypeStrings->Squeeze(); in ReadSpecificMolecule()
123 this->Residue->Squeeze(); in ReadSpecificMolecule()
124 this->IsHetatm->Squeeze(); in ReadSpecificMolecule()
/dports/graphics/waifu2x-ncnn-vulkan/waifu2x-ncnn-vulkan-20210521/src/ncnn/src/layer/
H A Dsqueeze.cpp19 Squeeze::Squeeze() in Squeeze() function in ncnn::Squeeze
25 int Squeeze::load_param(const ParamDict& pd) in load_param()
35 int Squeeze::forward(const Mat& bottom_blob, Mat& top_blob, const Option& opt) const in forward()
H A Dsqueeze.h22 class Squeeze : public Layer
25 Squeeze();
/dports/graphics/vapoursynth-waifu2x-ncnn-vulkan/vapoursynth-waifu2x-ncnn-vulkan-r4/deps/ncnn/src/layer/
H A Dsqueeze.cpp19 Squeeze::Squeeze() in Squeeze() function in ncnn::Squeeze
25 int Squeeze::load_param(const ParamDict& pd) in load_param()
35 int Squeeze::forward(const Mat& bottom_blob, Mat& top_blob, const Option& opt) const in forward()
H A Dsqueeze.h22 class Squeeze : public Layer
25 Squeeze();
/dports/benchmarks/vkpeak/vkpeak-20210430/ncnn/src/layer/
H A Dsqueeze.cpp19 Squeeze::Squeeze() in Squeeze() function in ncnn::Squeeze
25 int Squeeze::load_param(const ParamDict& pd) in load_param()
35 int Squeeze::forward(const Mat& bottom_blob, Mat& top_blob, const Option& opt) const in forward()
H A Dsqueeze.h22 class Squeeze : public Layer
25 Squeeze();
/dports/misc/ncnn/ncnn-20211208/src/layer/
H A Dsqueeze.cpp19 Squeeze::Squeeze() in Squeeze() function in ncnn::Squeeze
25 int Squeeze::load_param(const ParamDict& pd) in load_param()
35 int Squeeze::forward(const Mat& bottom_blob, Mat& top_blob, const Option& opt) const in forward()
H A Dsqueeze.h22 class Squeeze : public Layer
25 Squeeze();
/dports/graphics/realsr-ncnn-vulkan/realsr-ncnn-vulkan-20210210/src/ncnn/src/layer/
H A Dsqueeze.cpp19 Squeeze::Squeeze() in Squeeze() function in ncnn::Squeeze
25 int Squeeze::load_param(const ParamDict& pd) in load_param()
35 int Squeeze::forward(const Mat& bottom_blob, Mat& top_blob, const Option& opt) const in forward()
H A Dsqueeze.h22 class Squeeze : public Layer
25 Squeeze();
/dports/math/vtk9/VTK-9.1.0/Filters/Core/
H A DvtkExplicitStructuredGridToUnstructuredGrid.cxx105 originalCellIds->Squeeze(); in RequestData()
106 iArray->Squeeze(); in RequestData()
107 jArray->Squeeze(); in RequestData()
108 kArray->Squeeze(); in RequestData()
/dports/devel/p5-PkgConfig/PkgConfig-0.25026/t/data/usr/lib/pkgconfig/
H A Dlibsqueeze-0.2.pc8 Name: Squeeze
9 Description: Archiving library for Squeeze
/dports/sysutils/hexyl/hexyl-0.9.0/src/
H A Dsqueezer.rs13 Squeeze, enumerator
65 SqueezeActive => Squeeze, in process()
66 Squeeze => SqueezeActive, in process()
84 Squeeze | SqueezeActive | SqueezeFirstLine | SqueezeActiveFirstLine => true, in active()
92 SqueezeState::Squeeze => SqueezeAction::Delete, in action()
102 SqueezeState::Squeeze => { in advance()

12345678910>>...62