Home
last modified time | relevance | path

Searched defs:unary_op (Results 1 – 25 of 31) sorted by relevance

12

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/example/karma/
Dcalc2_ast.hpp123 struct unary_op struct
125 unary_op( in unary_op() function
130 char op;
131 expression_ast right;
Dcalc2_ast_vm.hpp136 struct unary_op struct
138 unary_op( in unary_op() argument
143 int op;
144 expression_ast right;
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/repository/example/karma/
Dcalc2_ast.hpp125 struct unary_op struct
127 unary_op( in unary_op() argument
132 char op;
133 expression_ast right;
/aosp_15_r20/external/squashfs-tools/squashfs-tools/
H A Daction.h107 struct unary_op { struct
118 struct unary_op unary_op; argument
/aosp_15_r20/external/pytorch/benchmarks/tensorexpr/
H A Delementwise.py41 def _eval(self, d1, d2, d3, d4, binary_op, unary_op): argument
49 def unary_op(x): function
H A Dbroadcast.py191 def _eval(self, d1, d2, d3, d4, binary_op, unary_op): argument
199 def unary_op(x): function
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/example/qi/compiler_tutorial/conjure1/
Dexpression.hpp64 unary_op, binary_op member
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/xnnpack/
H A Dunary_elementwise_tester.cc38 void UnaryElementwiseTester::Test(tflite::BuiltinOperator unary_op, in Test()
H A Dquantized_unary_elementwise_tester.cc70 void QuantizedUnaryElementwiseTester::Test(tflite::BuiltinOperator unary_op, in Test()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/example/qi/compiler_tutorial/calc8/
Dexpression.hpp57 additive_op, multiplicative_op, unary_op member
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/inputs/
H A Dtrivial_test_graph_input_yielder.cc50 Output unary_op = in CreateGraphDef() local
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/example/x3/calc/calc9/
Dexpression_def.hpp36 x3::symbols<ast::optoken> unary_op; variable
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/example/qi/compiler_tutorial/mini_c/
Dexpression.hpp68 additive_op, multiplicative_op, unary_op member
/aosp_15_r20/external/pytorch/aten/src/ATen/native/vulkan/ops/
H A DUnaryOp.cpp14 Tensor unary_op( in unary_op() function
/aosp_15_r20/external/executorch/backends/xnnpack/test/passes/
H A Dtest_activation_fusion.py33 def __init__(self, unary_op): argument
/aosp_15_r20/external/tensorflow/tensorflow/lite/toco/graph_transformations/
H A Dresolve_constant_unary.cc122 const auto* unary_op = unary_it->get(); in Run() local
/aosp_15_r20/external/rust/android-crates-io/crates/ring/src/ec/suite_b/ops/
Delem.rs89 pub fn unary_op<M, E: Encoding>( in unary_op() function
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dhlo_evaluator.h435 const std::function<ReturnT(NativeT)>& unary_op, in ElementWiseUnaryOpImpl()
/aosp_15_r20/external/pytorch/aten/src/ATen/cpu/vec/
H A Dvec_n.h56 inline VectorizedN<T, N> unary_op(Op op) const { in unary_op() function
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/example/qi/compiler_tutorial/conjure2/
Dids.hpp74 struct unary_op : make_op<op_type::unary, op> {}; struct
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/example/qi/compiler_tutorial/conjure3/
Dids.hpp75 struct unary_op : make_op<op_type::unary, op> {}; struct
/aosp_15_r20/external/pytorch/test/inductor/
H A Dtest_mkldnn_pattern_matcher.py718 unary_op=torch.nn.ReLU(), argument
1171 unary_op=torch.nn.ReLU(), argument
1612 self, inputs, unary_op=torch.nn.ReLU(), int8_mixed_bf16=False argument
/aosp_15_r20/external/rust/android-crates-io/crates/cexpr/src/
Dexpr.rs268 fn unary_op(input: (&[u8], EvalResult)) -> Option<EvalResult> { in unary_op() function
/aosp_15_r20/external/python/cpython3/Python/
Dast_opt.c105 typedef PyObject *(*unary_op)(PyObject*); in fold_unaryop() typedef
/aosp_15_r20/external/gemmlowp/test/
H A Dtest_fixedpoint.cc325 void TestUnaryOp(const tUnaryOpType& unary_op, in TestUnaryOp()

12