Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/ops/linalg/
Dlinear_operator_inversion.py116 self._operator = operator
180 return self._operator
Dlinear_operator_adjoint.py115 self._operator = operator
167 return self._operator
/external/skia/include/pathops/
DSkPathOps.h94 void add(const SkPath& path, SkPathOp _operator);
/external/skqp/include/pathops/
DSkPathOps.h94 void add(const SkPath& path, SkPathOp _operator);
/external/python/cpython3/Lib/
Doperator.py412 from _operator import *
416 from _operator import __doc__
Dhmac.py7 from _operator import _compare_digest as compare_digest
/external/python/cpython3/Modules/
DSetup.dist115 _operator _operator.c # operator.add() and similar goodies
/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.rst359 .. _operator-map:
/external/python/cpython3/Include/
DPython-ast.h18 typedef enum _operator { Add=1, Sub=2, Mult=3, MatMult=4, Div=5, Mod=6, Pow=7, enum
/external/python/cpython2/Doc/library/
Doperator.rst607 .. _operator-map:
/external/python/cpython2/Doc/reference/
Dexpressions.rst1449 .. _operator-summary:
/external/python/cpython3/Doc/reference/
Dexpressions.rst1776 .. _operator-summary: