Home
last modified time | relevance | path

Searched refs:identity_op (Results 1 – 25 of 320) sorted by relevance

12345678910>>...13

/dports/lang/rust/rustc-1.58.1-src/src/tools/clippy/tests/ui/
H A Didentity_op.stderr2 --> $DIR/identity_op.rs:16:5
10 --> $DIR/identity_op.rs:17:5
16 --> $DIR/identity_op.rs:19:5
22 --> $DIR/identity_op.rs:22:5
28 --> $DIR/identity_op.rs:25:5
34 --> $DIR/identity_op.rs:26:5
40 --> $DIR/identity_op.rs:32:5
46 --> $DIR/identity_op.rs:35:5
52 --> $DIR/identity_op.rs:38:5
58 --> $DIR/identity_op.rs:39:5
[all …]
H A Didentity_op.rs11 #[warn(clippy::identity_op)]
H A Dprecedence.rs4 #![allow(clippy::identity_op)]
H A Dbit_masks.rs7 clippy::identity_op,
/dports/misc/mnn/MNN-1.2.0/tools/converter/source/optimizer/merge/
H A DEliminateQuantAndDequant.cpp51 std::unique_ptr<MNN::OpT> identity_op(new MNN::OpT); in EliminateQuantAndDequant() local
52 identity_op->name = expr->name(); in EliminateQuantAndDequant()
53 identity_op->type = OpType_Extra; in EliminateQuantAndDequant()
54 identity_op->main.type = OpParameter_Extra; in EliminateQuantAndDequant()
55 identity_op->main.value = identity; in EliminateQuantAndDequant()
57 EXPRP identity_expr = Expr::create(identity_op.get(), {input}); in EliminateQuantAndDequant()
H A DRemoveInverseTensorConverter.cpp53 std::unique_ptr<MNN::OpT> identity_op(new MNN::OpT); in RemoveInverseTensorConverter() local
54 identity_op->name = expr->name(); in RemoveInverseTensorConverter()
55 identity_op->type = OpType_Extra; in RemoveInverseTensorConverter()
56 identity_op->main.type = OpParameter_Extra; in RemoveInverseTensorConverter()
57 identity_op->main.value = identity; in RemoveInverseTensorConverter()
60 new_expr = Expr::create(identity_op.get(), {x}); in RemoveInverseTensorConverter()
H A DEliminateSqueezeExpandDims.cpp78 std::unique_ptr<MNN::OpT> identity_op(new MNN::OpT); in EliminateSqueezeExpandDims() local
79 identity_op->name = expr->name(); in EliminateSqueezeExpandDims()
80 identity_op->type = OpType_Extra; in EliminateSqueezeExpandDims()
81 identity_op->main.type = OpParameter_Extra; in EliminateSqueezeExpandDims()
82 identity_op->main.value = identity; in EliminateSqueezeExpandDims()
84 EXPRP identity_expr = Expr::create(identity_op.get(), {input}); in EliminateSqueezeExpandDims()
H A DTensorConverterMerge.cpp138 std::unique_ptr<MNN::OpT> identity_op(new MNN::OpT); in __anon83ccdd5d0102() local
139 identity_op->name = expr->name(); in __anon83ccdd5d0102()
140 identity_op->type = OpType_Extra; in __anon83ccdd5d0102()
141 identity_op->main.type = OpParameter_Extra; in __anon83ccdd5d0102()
142 identity_op->main.value = identity; in __anon83ccdd5d0102()
145 new_expr = Expr::create(identity_op.get(), {subInputs}); in __anon83ccdd5d0102()
/dports/sysutils/vector/lucet-d4fc14a03bdb99ac83173d27fddf1aca48412a86/wasmtime/crates/environ/src/
H A Dvmoffsets.rs97 #[allow(clippy::identity_op)]
111 #[allow(clippy::identity_op)]
126 #[allow(clippy::identity_op)]
146 #[allow(clippy::identity_op)]
176 #[allow(clippy::identity_op)]
196 #[allow(clippy::identity_op)]
226 #[allow(clippy::identity_op)]
266 #[allow(clippy::identity_op)]
309 #[allow(clippy::identity_op)]
/dports/misc/mnn/MNN-1.2.0/tools/converter/source/optimizer/postconvert/
H A DAddTensorFormatConverter.cpp186 std::unique_ptr<MNN::OpT> identity_op(new MNN::OpT); in onExecute() local
187 identity_op->name = op->name; in onExecute()
188 identity_op->type = OpType_Extra; in onExecute()
189 identity_op->main.type = OpParameter_Extra; in onExecute()
190 identity_op->main.value = identity; in onExecute()
191 identity_op->inputIndexes = op->inputIndexes; in onExecute()
192 identity_op->outputIndexes = op->outputIndexes; in onExecute()
193 identity_op->defaultDimentionFormat = op->defaultDimentionFormat; in onExecute()
194 mNet->oplists[i].reset(identity_op.release()); in onExecute()
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/mcc/src/
H A Doperations.hpp70 static Operation identity_op([](Mat x) { return x; }); in get_IDENTITY_OP() local
71 return identity_op; in get_IDENTITY_OP()
/dports/science/py-OpenFermion/OpenFermion-1.3.0/src/openfermion/transforms/opconversions/
H A Dqubitoperator_to_paulisum_test.py43 identity_op = QubitOperator(' ', -0.5)
45 term=list(identity_op.terms.items())[0], qubits=cirq.LineQubit.range(2))
/dports/www/zola/zola-0.15.2/cargo-crates/webpki-0.22.0/src/
H A Dverify_cert.rs264 #[allow(clippy::identity_op)] // TODO: Make this clearer
270 #[allow(clippy::identity_op)] // TODO: Make this clearer
276 #[allow(clippy::identity_op)] // TODO: Make this clearer
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/webpki-0.22.0/src/
H A Dverify_cert.rs264 #[allow(clippy::identity_op)] // TODO: Make this clearer
270 #[allow(clippy::identity_op)] // TODO: Make this clearer
276 #[allow(clippy::identity_op)] // TODO: Make this clearer
/dports/sysutils/vector/vector-0.10.0/cargo-crates/minisign-0.5.19/src/crypto/
H A Dmod.rs9 clippy::identity_op
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/ring-0.16.20/src/
H A Dlib.rs51 clippy::identity_op,
/dports/lang/gleam/gleam-0.18.2/cargo-crates/ring-0.16.20/src/
H A Dlib.rs51 clippy::identity_op,
/dports/net/routinator/routinator-0.10.2/cargo-crates/ring-0.16.20/src/
H A Dlib.rs51 clippy::identity_op,
/dports/www/ffsend/ffsend-ccd489ce2e75b91c0f17fbf13dbd91fe84f5ad98/cargo-crates/ring-0.16.20/src/
H A Dlib.rs51 clippy::identity_op,
/dports/net/quiche/quiche-0.9.0/cargo-crates/ring-0.16.20/src/
H A Dlib.rs51 clippy::identity_op,
/dports/net/krill/krill-0.9.4/cargo-crates/ring-0.16.20/src/
H A Dlib.rs51 clippy::identity_op,
/dports/dns/doh-proxy/doh-proxy-0.9.2/cargo-crates/ring-0.16.20/src/
H A Dlib.rs51 clippy::identity_op,
/dports/www/jwt-cli/jwt-cli-5.0.0/cargo-crates/ring-0.16.20/src/
H A Dlib.rs51 clippy::identity_op,
/dports/www/zola/zola-0.15.2/cargo-crates/ring-0.16.20/src/
H A Dlib.rs51 clippy::identity_op,
/dports/www/xh/xh-0.14.1/cargo-crates/ring-0.16.20/src/
H A Dlib.rs51 clippy::identity_op,

12345678910>>...13