Home
last modified time | relevance | path

Searched defs:Operations (Results 1 – 19 of 19) 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/lite/g3doc/guide/
Dfaq.md69 #### Why are some operations not implemented in TensorFlow Lite?
85 #### How do I test that a TensorFlow Lite model behaves the same as the original TensorFlow model?
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/FuzzMutate/
DIRMutator.h76 std::vector<fuzzerop::OpDescriptor> Operations; variable
82 InjectorIRStrategy(std::vector<fuzzerop::OpDescriptor> &&Operations) in InjectorIRStrategy()
/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-7.0/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/swiftshader/third_party/llvm-7.0/llvm/docs/
DLangRef.rst2245 .. _ordering:
6782 .. _i_add:
6784 '``add``' Instruction
6835 '``fadd``' Instruction
6874 '``sub``' Instruction
6929 '``fsub``' Instruction
6972 '``mul``' Instruction
7027 '``fmul``' Instruction
7066 '``udiv``' Instruction
7112 '``sdiv``' Instruction
[all …]
/external/webrtc/webrtc/modules/audio_coding/neteq/
Ddefines.h16 enum Operations { enum
/external/tensorflow/tensorflow/go/
Dgraph.go172 func (g *Graph) Operations() []Operation { func
/external/python/cpython3/Doc/library/
Dstdtypes.rst993 .. _typesseq-immutable:
3221 .. _bytes-formatting:
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DLowerExpectIntrinsic.cpp112 SmallVector<Instruction *, 4> Operations; in handlePhiDef() local
/external/python/cpython2/Doc/library/
Dstdtypes.rst1607 .. _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/llvm-7.0/llvm/include/llvm/Support/
DGenericDomTreeConstruction.h1235 SmallDenseMap<std::pair<NodePtr, NodePtr>, int, 4> Operations; in LegalizeUpdates() local
/external/swiftshader/third_party/subzero/src/
DIceTargetLoweringARM32.cpp3001 std::array<AggregationElement, N> *Operations) { in addOperations()
3033 std::array<AggregationElement, N> *Operations) { in tryToOptimize()
/external/syzkaller/vendor/google.golang.org/api/compute/v0.beta/
Dcompute-gen.go11404 Operations []*Operation `json:"operations,omitempty"` member