Home
last modified time | relevance | path

Searched refs:output_type (Results 201 – 225 of 5068) sorted by relevance

12345678910>>...203

/dports/databases/puppetdb7/puppetdb-7.8.0/ext/
H A Dfpm.rb124 options.output_type = case options.operating_system
133 fail "--os-version is required!" unless options.os_version or options.output_type == 'deb'
134 fail "--dist is required!" if options.output_type == 'deb' && options.dist.nil?
166 if options.output_type == 'rpm'
284 elsif options.output_type == 'deb'
334 if options.output_type == 'rpm'
337 elsif options.output_type == 'deb'
356 fpm_opts << "--depends /usr/bin/which" if options.output_type == 'rpm'
357 fpm_opts << "--depends adduser" if options.output_type == 'deb'
366 if options.output_type == 'rpm'
[all …]
/dports/devel/caf/actor-framework-0.18.5/libcaf_core/caf/
H A Dstream_source_driver.hpp24 using output_type = typename downstream_manager_type::output_type; typedef in caf::stream_source_driver
27 using stream_type = stream<output_type>;
51 virtual void pull(downstream<output_type>& dst, size_t num) = 0;
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/tvm/python/tvm/relay/op/
H A D_tensor.py96 def zeros_compute(attrs, inputs, output_type): argument
98 return [topi.full(output_type.shape, output_type.dtype, 0.0)]
106 def zeros_like_compute(attrs, inputs, output_type): argument
115 def ones_compute(attrs, inputs, output_type): argument
117 return [topi.full(output_type.shape, output_type.dtype, 1.0)]
125 def ones_like_compute(attrs, inputs, output_type): argument
134 def clip_compute(attrs, inputs, output_type): argument
143 def fixed_point_multiply_compute(attrs, inputs, output_type): argument
/dports/net-im/zkgroup/zkgroup-0.7.4/cargo-crates/combine-3.8.1/src/
H A Dlib.rs337 ($input_type: ty) -> $output_type: ty
350 ($input_type: ty) -> $output_type: ty
363 ($input_type: ty) -> $output_type: ty
380 ($input_type: ty) -> $output_type: ty
399 ($input_type: ty) -> $output_type: ty
419 ($input_type: ty) -> $output_type: ty
438 ($input_type: ty) -> $output_type: ty
453 ($input_type: ty) -> $output_type: ty
468 ($input_type: ty) -> $output_type: ty
486 ($input_type: ty) -> $output_type: ty
[all …]
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/combine-3.8.1/src/
H A Dlib.rs337 ($input_type: ty) -> $output_type: ty
350 ($input_type: ty) -> $output_type: ty
363 ($input_type: ty) -> $output_type: ty
380 ($input_type: ty) -> $output_type: ty
399 ($input_type: ty) -> $output_type: ty
419 ($input_type: ty) -> $output_type: ty
438 ($input_type: ty) -> $output_type: ty
453 ($input_type: ty) -> $output_type: ty
468 ($input_type: ty) -> $output_type: ty
486 ($input_type: ty) -> $output_type: ty
[all …]
/dports/editors/xi-core/xi-editor-0.3.0/rust/cargo-crates/combine-3.8.1/src/
H A Dlib.rs337 ($input_type: ty) -> $output_type: ty
350 ($input_type: ty) -> $output_type: ty
363 ($input_type: ty) -> $output_type: ty
380 ($input_type: ty) -> $output_type: ty
399 ($input_type: ty) -> $output_type: ty
419 ($input_type: ty) -> $output_type: ty
438 ($input_type: ty) -> $output_type: ty
453 ($input_type: ty) -> $output_type: ty
468 ($input_type: ty) -> $output_type: ty
486 ($input_type: ty) -> $output_type: ty
[all …]
/dports/games/dose-response/dose-response-179c326/cargo-crates/combine-3.8.1/src/
H A Dlib.rs337 ($input_type: ty) -> $output_type: ty
350 ($input_type: ty) -> $output_type: ty
363 ($input_type: ty) -> $output_type: ty
380 ($input_type: ty) -> $output_type: ty
399 ($input_type: ty) -> $output_type: ty
419 ($input_type: ty) -> $output_type: ty
438 ($input_type: ty) -> $output_type: ty
453 ($input_type: ty) -> $output_type: ty
468 ($input_type: ty) -> $output_type: ty
486 ($input_type: ty) -> $output_type: ty
[all …]
/dports/sysutils/flowgger/flowgger-0.2.10/cargo-crates/combine-3.8.1/src/
H A Dlib.rs337 ($input_type: ty) -> $output_type: ty
350 ($input_type: ty) -> $output_type: ty
363 ($input_type: ty) -> $output_type: ty
380 ($input_type: ty) -> $output_type: ty
399 ($input_type: ty) -> $output_type: ty
419 ($input_type: ty) -> $output_type: ty
438 ($input_type: ty) -> $output_type: ty
453 ($input_type: ty) -> $output_type: ty
468 ($input_type: ty) -> $output_type: ty
486 ($input_type: ty) -> $output_type: ty
[all …]
/dports/sysutils/tealdeer/tealdeer-1.4.1/cargo-crates/combine-3.8.1/src/
H A Dlib.rs337 ($input_type: ty) -> $output_type: ty
350 ($input_type: ty) -> $output_type: ty
363 ($input_type: ty) -> $output_type: ty
380 ($input_type: ty) -> $output_type: ty
399 ($input_type: ty) -> $output_type: ty
419 ($input_type: ty) -> $output_type: ty
438 ($input_type: ty) -> $output_type: ty
453 ($input_type: ty) -> $output_type: ty
468 ($input_type: ty) -> $output_type: ty
486 ($input_type: ty) -> $output_type: ty
[all …]
/dports/misc/glow/glow-f24d960e3cc80db95ac0bc17b1900dbf60ca044a/thirdparty/onnx/onnx/backend/test/case/node/
H A Donehot.py33 output_type = np.int32
41 values = np.array([off_value, on_value], dtype=output_type)
42 y = one_hot(indices, depth, dtype=output_type)
51 output_type = np.float32
61 values = np.array([off_value, on_value], dtype=output_type)
62 y = one_hot(indices, depth, axis=axisValue, dtype=output_type)
/dports/security/snort/snort-2.9.18/tools/u2boat/
H A Du2boat.c248 char *output_type = NULL; in main() local
262 output_type = optarg; in main()
292 if (output_type == NULL) in main()
295 output_type = "pcap"; in main()
299 for (i = 0; i < (int)strlen(output_type); i++) in main()
300 output_type[i] = tolower(output_type[i]); in main()
302 if (strcmp(output_type, "pcap")) in main()
325 ConvertLog(input_file, output_file, output_type); in main()
/dports/www/chromium-legacy/chromium-88.0.4324.182/tools/gn/src/gn/
H A Dtarget.cc511 if (output_type() == Target::ACTION || output_type() == Target::COPY_FILES || in GetOutputsAsSourceFiles()
561 if (output_type() == Target::COPY_FILES || in GetOutputFilesForSource()
636 if (dep->output_type() == STATIC_LIBRARY || in PullDependentTargetLibsFrom()
637 dep->output_type() == SHARED_LIBRARY) { in PullDependentTargetLibsFrom()
642 if (dep->output_type() == RUST_LIBRARY || in PullDependentTargetLibsFrom()
643 dep->output_type() == RUST_PROC_MACRO || in PullDependentTargetLibsFrom()
644 dep->output_type() == SOURCE_SET || in PullDependentTargetLibsFrom()
645 (dep->output_type() == CREATE_BUNDLE && in PullDependentTargetLibsFrom()
650 if (dep->output_type() == RUST_LIBRARY) { in PullDependentTargetLibsFrom()
768 if (pair.ptr->output_type() == BUNDLE_DATA) in PullRecursiveBundleData()
[all …]
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/intel/tools/
H A Di965_asm.c37 static enum opt_output_type output_type = OPT_OUTPUT_BIN; variable
74 switch (output_type) { in print_instruction()
96 if (output_type != OPT_OUTPUT_BIN) { in print_instruction()
164 output_type = OPT_OUTPUT_HEX; in main()
166 output_type = OPT_OUTPUT_C_LITERAL; in main()
168 output_type = OPT_OUTPUT_BIN; in main()
241 if (output_type == OPT_OUTPUT_C_LITERAL) in main()
268 if (output_type == OPT_OUTPUT_C_LITERAL) in main()
/dports/math/stanmath/math-4.2.0/lib/tbb_2020.3/src/test/
H A Dtest_follows_and_precedes_api.h60 tbb::flow::buffer_node<typename NodeType::output_type> buffer(g);
67 typename NodeType::output_type storage;
77 tbb::flow::buffer_node<typename NodeType::output_type> buffer(g);
85 typename NodeType::output_type storage;
99 typename NodeType::output_type storage;
116 typename multioutput::output_type storage;
139 using NodeOutputType = typename NodeType::output_type;
140 using SuccessorOutputType = typename tbb::flow::buffer_node<NodeOutputType>::output_type;
171 … std::array<tbb::flow::buffer_node<typename NodeType::output_type>, 3>& successors,
215 typename NodeType::output_type storage;
[all …]
/dports/devel/tbb/oneTBB-2020.3/src/test/
H A Dtest_follows_and_precedes_api.h60 tbb::flow::buffer_node<typename NodeType::output_type> buffer(g);
67 typename NodeType::output_type storage;
77 tbb::flow::buffer_node<typename NodeType::output_type> buffer(g);
85 typename NodeType::output_type storage;
99 typename NodeType::output_type storage;
116 typename multioutput::output_type storage;
139 using NodeOutputType = typename NodeType::output_type;
140 using SuccessorOutputType = typename tbb::flow::buffer_node<NodeOutputType>::output_type;
171 … std::array<tbb::flow::buffer_node<typename NodeType::output_type>, 3>& successors,
215 typename NodeType::output_type storage;
[all …]
/dports/devel/taskflow/taskflow-3.2.0/3rd-party/tbb/src/test/
H A Dtest_follows_and_precedes_api.h60 tbb::flow::buffer_node<typename NodeType::output_type> buffer(g);
67 typename NodeType::output_type storage;
77 tbb::flow::buffer_node<typename NodeType::output_type> buffer(g);
85 typename NodeType::output_type storage;
99 typename NodeType::output_type storage;
116 typename multioutput::output_type storage;
139 using NodeOutputType = typename NodeType::output_type;
140 using SuccessorOutputType = typename tbb::flow::buffer_node<NodeOutputType>::output_type;
171 … std::array<tbb::flow::buffer_node<typename NodeType::output_type>, 3>& successors,
215 typename NodeType::output_type storage;
[all …]
/dports/devel/onetbb/oneTBB-2021.4.0/test/common/
H A Dtest_follows_and_precedes_api.h63 tbb::flow::buffer_node<typename NodeType::output_type> buffer(g);
70 typename NodeType::output_type storage;
80 tbb::flow::buffer_node<typename NodeType::output_type> buffer(g);
88 typename NodeType::output_type storage;
102 typename NodeType::output_type storage;
119 typename multioutput::output_type storage;
142 using NodeOutputType = typename NodeType::output_type;
143 using SuccessorOutputType = typename tbb::flow::buffer_node<NodeOutputType>::output_type;
174 … std::array<tbb::flow::buffer_node<typename NodeType::output_type>, 3>& successors,
218 typename NodeType::output_type storage;
[all …]
/dports/devel/onetbb/oneTBB-2021.4.0/test/tbb/
H A Dtest_input_node.cpp400 using output_type = int; typedef
403 static_assert(can_call_input_node_ctor<output_type, Correct<output_type>>);
404 static_assert(!can_call_input_node_ctor<output_type, NonCopyable<output_type>>);
405 static_assert(!can_call_input_node_ctor<output_type, NonDestructible<output_type>>);
406 static_assert(!can_call_input_node_ctor<output_type, NoOperatorRoundBrackets<output_type>>);
407 …static_assert(!can_call_input_node_ctor<output_type, WrongInputOperatorRoundBrackets<output_type>>…
408 …static_assert(!can_call_input_node_ctor<output_type, WrongReturnOperatorRoundBrackets<output_type>…
/dports/audio/wavetral/wavetral-57290f2/
H A Dac_app.cpp190 bool Ac_app::make_output(string& output_format, string& output_type) in make_output() argument
205 output_type = string("wave"); in make_output()
210 output_type = string("harm"); in make_output()
220 output_type = string("harm"); in make_output()
233 if (output_type.empty()) in make_output()
251 string output_type = ""; // data type: wave or harm in parse_options() local
323 output_type = cmd_options["output_type"].as<string>(); in parse_options()
410 if (make_output(output_format, output_type) == false) in parse_options()
426 if ((input_type.compare("harm") == 0) && (output_type.compare("harm") == 0)) in parse_options()
430 else if ((input_type.compare("harm") == 0) && (output_type.compare("wave") == 0)) in parse_options()
[all …]
/dports/science/dynare/dynare-4.6.4/preprocessor/src/
H A DExprNode.hh112 isMatlabOutput(ExprNodeOutputType output_type) in isMatlabOutput() argument
127 isJuliaOutput(ExprNodeOutputType output_type) in isJuliaOutput() argument
136 isCOutput(ExprNodeOutputType output_type) in isCOutput() argument
144 isLatexOutput(ExprNodeOutputType output_type) in isLatexOutput() argument
156 return static_cast<int>(isMatlabOutput(output_type) || isJuliaOutput(output_type)); in ARRAY_SUBSCRIPT_OFFSET()
161 LEFT_ARRAY_SUBSCRIPT(ExprNodeOutputType output_type) in LEFT_ARRAY_SUBSCRIPT() argument
163 return isMatlabOutput(output_type) ? '(' : '['; in LEFT_ARRAY_SUBSCRIPT()
167 RIGHT_ARRAY_SUBSCRIPT(ExprNodeOutputType output_type) in RIGHT_ARRAY_SUBSCRIPT() argument
169 return isMatlabOutput(output_type) ? ')' : ']'; in RIGHT_ARRAY_SUBSCRIPT()
174 LEFT_PAR(ExprNodeOutputType output_type) in LEFT_PAR() argument
[all …]
/dports/archivers/zopfli/zopfli-zopfli-1.0.3/src/zopfli/
H A Dzopfli_lib.c28 void ZopfliCompress(const ZopfliOptions* options, ZopfliFormat output_type, in ZopfliCompress() argument
31 if (output_type == ZOPFLI_FORMAT_GZIP) { in ZopfliCompress()
33 } else if (output_type == ZOPFLI_FORMAT_ZLIB) { in ZopfliCompress()
35 } else if (output_type == ZOPFLI_FORMAT_DEFLATE) { in ZopfliCompress()
/dports/archivers/maxcso/maxcso-1.10.0/zopfli/src/zopfli/
H A Dzopfli_lib.c28 void ZopfliCompress(const ZopfliOptions* options, ZopfliFormat output_type, in ZopfliCompress() argument
31 if (output_type == ZOPFLI_FORMAT_GZIP) { in ZopfliCompress()
33 } else if (output_type == ZOPFLI_FORMAT_ZLIB) { in ZopfliCompress()
35 } else if (output_type == ZOPFLI_FORMAT_DEFLATE) { in ZopfliCompress()
/dports/archivers/py-zopfli/zopfli-0.1.9/zopfli/src/zopfli/
H A Dzopfli_lib.c28 void ZopfliCompress(const ZopfliOptions* options, ZopfliFormat output_type, in ZopfliCompress() argument
31 if (output_type == ZOPFLI_FORMAT_GZIP) { in ZopfliCompress()
33 } else if (output_type == ZOPFLI_FORMAT_ZLIB) { in ZopfliCompress()
35 } else if (output_type == ZOPFLI_FORMAT_DEFLATE) { in ZopfliCompress()
/dports/graphics/apngasm/apngasm-2.91/zopfli/
H A Dzopfli_lib.c28 void ZopfliCompress(const ZopfliOptions* options, ZopfliFormat output_type, in ZopfliCompress() argument
31 if (output_type == ZOPFLI_FORMAT_GZIP) { in ZopfliCompress()
33 } else if (output_type == ZOPFLI_FORMAT_ZLIB) { in ZopfliCompress()
35 } else if (output_type == ZOPFLI_FORMAT_DEFLATE) { in ZopfliCompress()
/dports/archivers/advancecomp/advancecomp-2.1-6-g7b08f7a/zopfli/
H A Dzopfli_lib.c28 void ZopfliCompress(const ZopfliOptions* options, ZopfliFormat output_type, in ZopfliCompress() argument
31 if (output_type == ZOPFLI_FORMAT_GZIP) { in ZopfliCompress()
33 } else if (output_type == ZOPFLI_FORMAT_ZLIB) { in ZopfliCompress()
35 } else if (output_type == ZOPFLI_FORMAT_DEFLATE) { in ZopfliCompress()

12345678910>>...203