Home
last modified time | relevance | path

Searched defs:Operations (Results 1 – 12 of 12) sorted by relevance

/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
DREADME.md193 ### Tensor Operations and C++ "auto"
249 ### Controlling When Expression are Evaluated
386 ### Controlling How Expressions Are Evaluated
778 ### <Operation> constant(const Scalar& val)
806 ### <Operation> random()
836 ### <Operation> operator-()
855 ### <Operation> sqrt()
860 ### <Operation> rsqrt()
865 ### <Operation> square()
870 ### <Operation> inverse()
[all …]
/external/tensorflow/tensorflow/core/profiler/g3doc/
Dprofile_model_architecture.md44 #### Caveats
Dpython_api.md38 …Note: See [Caveats](profile_model_architecture.md#caveats) in "Profile Model Architecture" Tutorial
/external/llvm/docs/CommandGuide/
Dllvm-ar.rst63 Operations section in OPTIONS
/external/swiftshader/third_party/LLVM/docs/CommandGuide/
Dllvm-ar.pod102 =head2 Operations section in OPTIONS
/external/llvm/docs/
DLangRef.rst2068 .. _ordering:
5807 .. _i_add:
5809 '``add``' Instruction
5860 '``fadd``' Instruction
5897 '``sub``' Instruction
5952 '``fsub``' Instruction
5993 '``mul``' Instruction
6048 '``fmul``' Instruction
6085 '``udiv``' Instruction
6129 '``sdiv``' Instruction
[all …]
/external/webrtc/webrtc/modules/audio_coding/neteq/
Ddefines.h16 enum Operations { enum
/external/tensorflow/tensorflow/go/
Dgraph.go137 func (g *Graph) Operations() []Operation { func
/external/python/cpython3/Doc/library/
Dstdtypes.rst986 .. _typesseq-immutable:
3153 .. _bytes-formatting:
/external/python/cpython2/Doc/library/
Dstdtypes.rst1603 .. _typesseq-xrange:
/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
Dbwe_unittest.cc113 TEST_F(LossAccountTest, Operations) { in TEST_F() argument
/external/swiftshader/third_party/subzero/src/
DIceTargetLoweringARM32.cpp3001 std::array<AggregationElement, N> *Operations) { in addOperations()
3033 std::array<AggregationElement, N> *Operations) { in tryToOptimize()