Home
last modified time | relevance | path

Searched defs:add_operators (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/pytorch/torch/csrc/jit/passes/
H A Dfrozen_conv_add_relu_fusion_cuda.cpp24 std::array<std::string, 2> add_operators = {"add", "add_"}; in fuseFrozenConvAddReluImpl() local
/aosp_15_r20/external/tensorflow/tensorflow/python/kernel_tests/linalg/
H A Dlinear_operator_addition_test.py27 add_operators = linear_operator_addition.add_operators variable
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/linalg/
H A Dlinear_operator_addition.py32 def add_operators(operators, function
/aosp_15_r20/external/pytorch/aten/src/ATen/test/
H A Datest.cpp186 TEST_F(atest, add_operators) { in TEST_F() argument
/aosp_15_r20/external/python/cpython2/Objects/
Dtypeobject.c6567 add_operators(PyTypeObject *type) function
/aosp_15_r20/external/python/cpython3/Objects/
Dtypeobject.c8730 add_operators(PyTypeObject *type) in add_operators() function