/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/example/karma/ |
D | calc2_ast.hpp | 123 struct unary_op struct 125 unary_op( in unary_op() function 130 char op; 131 expression_ast right;
|
D | calc2_ast_vm.hpp | 136 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/ |
D | calc2_ast.hpp | 125 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 D | action.h | 107 struct unary_op { struct 118 struct unary_op unary_op; argument
|
/aosp_15_r20/external/pytorch/benchmarks/tensorexpr/ |
H A D | elementwise.py | 41 def _eval(self, d1, d2, d3, d4, binary_op, unary_op): argument 49 def unary_op(x): function
|
H A D | broadcast.py | 191 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/ |
D | expression.hpp | 64 unary_op, binary_op member
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/xnnpack/ |
H A D | unary_elementwise_tester.cc | 38 void UnaryElementwiseTester::Test(tflite::BuiltinOperator unary_op, in Test()
|
H A D | quantized_unary_elementwise_tester.cc | 70 void QuantizedUnaryElementwiseTester::Test(tflite::BuiltinOperator unary_op, in Test()
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/example/qi/compiler_tutorial/calc8/ |
D | expression.hpp | 57 additive_op, multiplicative_op, unary_op member
|
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/inputs/ |
H A D | trivial_test_graph_input_yielder.cc | 50 Output unary_op = in CreateGraphDef() local
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/example/x3/calc/calc9/ |
D | expression_def.hpp | 36 x3::symbols<ast::optoken> unary_op; variable
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/example/qi/compiler_tutorial/mini_c/ |
D | expression.hpp | 68 additive_op, multiplicative_op, unary_op member
|
/aosp_15_r20/external/pytorch/aten/src/ATen/native/vulkan/ops/ |
H A D | UnaryOp.cpp | 14 Tensor unary_op( in unary_op() function
|
/aosp_15_r20/external/executorch/backends/xnnpack/test/passes/ |
H A D | test_activation_fusion.py | 33 def __init__(self, unary_op): argument
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/toco/graph_transformations/ |
H A D | resolve_constant_unary.cc | 122 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/ |
D | elem.rs | 89 pub fn unary_op<M, E: Encoding>( in unary_op() function
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/ |
H A D | hlo_evaluator.h | 435 const std::function<ReturnT(NativeT)>& unary_op, in ElementWiseUnaryOpImpl()
|
/aosp_15_r20/external/pytorch/aten/src/ATen/cpu/vec/ |
H A D | vec_n.h | 56 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/ |
D | ids.hpp | 74 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/ |
D | ids.hpp | 75 struct unary_op : make_op<op_type::unary, op> {}; struct
|
/aosp_15_r20/external/pytorch/test/inductor/ |
H A D | test_mkldnn_pattern_matcher.py | 718 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/ |
D | expr.rs | 268 fn unary_op(input: (&[u8], EvalResult)) -> Option<EvalResult> { in unary_op() function
|
/aosp_15_r20/external/python/cpython3/Python/ |
D | ast_opt.c | 105 typedef PyObject *(*unary_op)(PyObject*); in fold_unaryop() typedef
|
/aosp_15_r20/external/gemmlowp/test/ |
H A D | test_fixedpoint.cc | 325 void TestUnaryOp(const tUnaryOpType& unary_op, in TestUnaryOp()
|