Searched refs:add_operators (Results 1 – 6 of 6) sorted by relevance
/external/tensorflow/tensorflow/python/kernel_tests/linalg/ |
D | linear_operator_addition_test.py | 31 add_operators = linear_operator_addition.add_operators variable 61 op_sum = add_operators([op_a]) 67 add_operators([]) 71 add_operators([1, 2]) 80 op_sum = add_operators([op_a, op_b]) 103 op_sum = add_operators([op1, op2, op3]) 127 op_sum = add_operators([op1, op2, op3]) 150 op_sum = add_operators([op0, op1, op2, op3], operator_name="my_operator") 161 add_operators([op1, op2]) 167 add_operators([op1, op2]) [all …]
|
/external/tensorflow/tensorflow/python/ops/linalg/ |
D | inverse_registrations.py | 171 summed_blocks = linear_operator_addition.add_operators(blocks)
|
D | linear_operator_addition.py | 38 def add_operators(operators, function
|
/external/python/cpython2/Objects/ |
D | typeobject.c | 4120 static int add_operators(PyTypeObject *); 4201 if (add_operators(type) < 0) 6567 add_operators(PyTypeObject *type) function
|
/external/python/cpython3/Objects/ |
D | typeobject.c | 5365 static int add_operators(PyTypeObject *); 5462 if (add_operators(type) < 0) in PyType_Ready() 7804 add_operators(PyTypeObject *type) in add_operators() function
|
/external/tensorflow/tensorflow/lite/schema/ |
D | schema_generated.h | 10915 …void add_operators(flatbuffers::Offset<flatbuffers::Vector<flatbuffers::Offset<tflite::Operator>>>… 10942 builder_.add_operators(operators);
|