Home
last modified time | relevance | path

Searched refs:_operator (Results 1 – 20 of 20) sorted by relevance

/external/tensorflow/tensorflow/python/ops/linalg/
Dlinear_operator_inversion.py125 self._operator = operator
181 return self._operator
Dlinear_operator_adjoint.py124 self._operator = operator
168 return self._operator
/external/OpenCL-CTS/test_conformance/math_brute_force/
Dfunction_list.cpp51 #define OPERATOR_ENTRY(_name, _operator, _ulp, _embedded_ulp, _rmode, _type) \ argument
53 STRINGIFY(_name), _operator, { NULL }, { NULL }, { NULL }, _ulp, _ulp, \
99 #define OPERATOR_ENTRY(_name, _operator, _ulp, _embedded_ulp, _rmode, _type) \ argument
101 STRINGIFY(_name), _operator, { (void*)reference_##_name }, \
/external/skqp/include/pathops/
DSkPathOps.h94 void add(const SkPath& path, SkPathOp _operator);
/external/skia/include/pathops/
DSkPathOps.h94 void add(const SkPath& path, SkPathOp _operator);
/external/python/cpython3/Lib/
Doperator.py408 from _operator import *
412 from _operator import __doc__
Dhmac.py12 from _operator import _compare_digest as compare_digest
/external/python/cpython3/
DAndroid-bionic.bp56 "Modules/_operator.c",
DAndroid-linux_x86_64.bp58 "Modules/_operator.c",
DAndroid-darwin_x86_64.bp39 "Modules/_operator.c",
/external/python/cpython3/Modules/
DSetup112 _operator _operator.c # operator.add() and similar goodies
/external/python/cpython3/Lib/test/
Dtest_hmac.py11 from _operator import _compare_digest as operator_compare_digest
/external/python/cpython3/Tools/c-analyzer/
Dknown.tsv58 Modules/_operator.c - attrgetter_methods variable static PyMethodDef attrgetter_methods
59 Modules/_operator.c - attrgetter_type variable static PyTypeObject attrgetter_type
391 Modules/_operator.c - itemgetter_methods variable static PyMethodDef itemgetter_methods
392 Modules/_operator.c - itemgetter_type variable static PyTypeObject itemgetter_type
494 Modules/_operator.c - methodcaller_methods variable static PyMethodDef methodcaller_methods
495 Modules/_operator.c - methodcaller_type variable static PyTypeObject methodcaller_type
572 Modules/_operator.c - operator_methods variable static PyMethodDef operator_methods
573 Modules/_operator.c - operatormodule variable static struct PyModuleDef operatormodule
1304 Modules/_operator.c methodcaller_reduce PyId_partial variable _Py_IDENTIFIER(partial)
DTODO315 Modules/_operator.c:methodcaller_reduce():PyId_partial _Py_IDENTIFIER(partial)
639 Modules/_operator.c:attrgetter_type static PyTypeObject attrgetter_type
640 Modules/_operator.c:itemgetter_type static PyTypeObject itemgetter_type
641 Modules/_operator.c:methodcaller_type static PyTypeObject methodcaller_t…
/external/python/cpython2/Include/
DPython-ast.h18 typedef enum _operator { Add=1, Sub=2, Mult=3, Div=4, Mod=5, Pow=6, LShift=7, enum
/external/python/cpython3/Doc/library/
Doperator.rst361 .. _operator-map:
/external/python/cpython2/Doc/library/
Doperator.rst607 .. _operator-map:
/external/python/cpython3/Include/
DPython-ast.h24 typedef enum _operator { Add=1, Sub=2, Mult=3, MatMult=4, Div=5, Mod=6, Pow=7, enum
/external/python/cpython2/Doc/reference/
Dexpressions.rst1449 .. _operator-summary:
/external/python/cpython3/Doc/reference/
Dexpressions.rst1804 .. _operator-summary: