Home
last modified time | relevance | path

Searched defs:binary_op (Results 1 – 25 of 38) sorted by relevance

12

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/example/karma/
Dcalc2_ast.hpp108 struct binary_op struct
110 binary_op() {} in binary_op() function
112 binary_op( in binary_op() argument
136 expr = binary_op('+', expr, rhs); in operator +=() argument
Dcalc2_ast_vm.hpp121 struct binary_op struct
123 binary_op() {} in binary_op() argument
125 binary_op( in binary_op() argument
149 expr = binary_op(op_add, expr, rhs); in operator +=() argument
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/repository/example/karma/
Dcalc2_ast.hpp110 struct binary_op struct
112 binary_op() {} in binary_op() function
114 binary_op( in binary_op() argument
138 expr = binary_op('+', expr, rhs); in operator +=() argument
/aosp_15_r20/external/pytorch/aten/src/ATen/native/cuda/
H A DScanUtils.cuh44 …onst scalar_t lhs, scalar_t& rhs, const idx_t lhs_idx, idx_t& rhs_idx, BinaryOperation binary_op) { in binary_op_update()
64 scalar_t init, BinaryFunction binary_op) { in tensor_kernel_scan_innermost_dim_with_indices()
156 …rows, const uint32_t num_irows, const uint32_t row_size, scalar_t init, BinaryFunction binary_op) { in tensor_kernel_scan_outer_dim_with_indices()
191 int dim, scalar_t init, BinaryFunction binary_op) { in scan_outer_dim_with_indices()
219 scalar_t init, BinaryFunction binary_op) { in scan_innermost_dim_with_indices()
243 int64_t dim, scalar_t init, BinaryFunction binary_op) { in scan_dim_with_indices()
274 const scalar_t init, BinaryOp binary_op) in tensor_kernel_scan_outer_dim()
307 T init, BinaryFunction binary_op){ in tensor_kernel_scan_innermost_dim_impl()
379 BinaryFunction binary_op) { in tensor_kernel_scan_innermost_dim()
392 int dim, scalar_t init, BinaryFunction binary_op) { in scan_outer_dim()
[all …]
/aosp_15_r20/external/tensorflow/tensorflow/lite/toco/graph_transformations/
H A Dresolve_constant_binary.cc66 const Operator* binary_op) { in EvaluateBinaryOperatorOnConstantInputs()
169 const Operator* binary_op) { in EvaluateBinaryOperatorOnConstantInputs()
196 const auto* binary_op = binary_it->get(); in Run() local
H A Dfuse_broadcast_into_following_binary.cc59 auto* binary_op = binary_it->get(); in Run() local
H A Dremove_trivial_binary.cc54 auto* binary_op = binary_it->get(); in Run() local
H A Dmove_binary_operator_before_reshape.cc63 Operator* binary_op = binary_it->get(); in Run() local
H A Dfuse_binary_into_following_affine.cc158 auto* binary_op = binary_it->get(); in Run() local
H A Dfuse_binary_into_preceding_affine.cc211 const auto* binary_op = binary_it->get(); in Run() local
/aosp_15_r20/external/pytorch/torch/_inductor/fx_passes/
H A Dmkldnn_fusion.py382 def _is_valid_computation_binary(computation_op, binary_op, other_index=None): argument
433 def _is_valid_computation_binary_inplace(computation_op, binary_op, other_index): argument
472 binary_op, argument
511 binary_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
44 def binary_op(x, y): function
H A Dbroadcast.py191 def _eval(self, d1, d2, d3, d4, binary_op, unary_op): argument
194 def binary_op(x, y): 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 Dquantized_binary_elementwise_tester.cc115 void QuantizedBinaryElementwiseTester::Test(tflite::BuiltinOperator binary_op, in Test()
H A Dbinary_elementwise_tester.cc64 void BinaryElementwiseTester::Test(tflite::BuiltinOperator binary_op, in Test()
/aosp_15_r20/external/rust/android-crates-io/crates/ring/src/ec/suite_b/ops/
Delem.rs63 pub fn binary_op<M, EA: Encoding, EB: Encoding, ER: Encoding>( in binary_op() function
/aosp_15_r20/external/pytorch/aten/src/ATen/cpu/vec/
H A Dvec_n.h68 inline VectorizedN<T, N> binary_op(const VectorizedN<T, N>& other, Op op) in binary_op() function
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Dredux_functor.h266 const BinaryFunctor binary_op; in operator() local
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/example/qi/compiler_tutorial/conjure2/
Dids.hpp77 struct binary_op struct
/aosp_15_r20/external/pytorch/aten/src/ATen/
H A DSparseCsrTensorUtils.h354 const binary_op_t& binary_op, in only_sparse_compressed_binary_op_trivial_cases()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/example/qi/compiler_tutorial/conjure3/
Dids.hpp78 struct binary_op struct
/aosp_15_r20/external/pytorch/test/quantization/fx/
H A Dtest_quantize_fx.py209 def __init__(self, binary_op, ibinary_op, is_inplace, is_scalar): argument
228 def __init__(self, binary_op, ibinary_op, is_inplace, is_scalar): argument
241 def __init__(self, binary_op, ibinary_op, is_inplace, relu_callable, argument
7136 def _test_binary_op_int8_impl(self, binary_op, ibinary_op, quantized_op): argument
7165 def _test_binary_op_float16_impl(self, binary_op, ibinary_op): argument
7199 def _test_binary_op_relu_int8_impl(self, binary_op, ibinary_op, quantized_op): argument
7212 def _test_binary_op_relu_float16_impl(self, binary_op, ibinary_op): argument
/aosp_15_r20/external/pytorch/aten/src/ATen/cpu/vec/vec256/vsx/
H A Dvsx_helpers.h195 #define DEFINE_MEMBER_EMULATE_BINARY_OP(op, op_type, binary_op) \ argument
/aosp_15_r20/external/libchrome/base/test/
H A Dtrace_event_analyzer.cc684 Query::Query(const Query& left, const Query& right, Operator binary_op) in Query()

12