Searched defs:Operations (Results 1 – 12 of 12) sorted by relevance
193 ### Tensor Operations and C++ "auto"249 ### Controlling When Expression are Evaluated386 ### Controlling How Expressions Are Evaluated778 ### <Operation> constant(const Scalar& val)806 ### <Operation> random()836 ### <Operation> operator-()855 ### <Operation> sqrt()860 ### <Operation> rsqrt()865 ### <Operation> square()870 ### <Operation> inverse()[all …]
44 #### Caveats
38 …Note: See [Caveats](profile_model_architecture.md#caveats) in "Profile Model Architecture" Tutorial
63 Operations section in OPTIONS
102 =head2 Operations section in OPTIONS
2068 .. _ordering:5807 .. _i_add:5809 '``add``' Instruction5860 '``fadd``' Instruction5897 '``sub``' Instruction5952 '``fsub``' Instruction5993 '``mul``' Instruction6048 '``fmul``' Instruction6085 '``udiv``' Instruction6129 '``sdiv``' Instruction[all …]
16 enum Operations { enum
137 func (g *Graph) Operations() []Operation { func
986 .. _typesseq-immutable:3153 .. _bytes-formatting:
1603 .. _typesseq-xrange:
113 TEST_F(LossAccountTest, Operations) { in TEST_F() argument
3001 std::array<AggregationElement, N> *Operations) { in addOperations()3033 std::array<AggregationElement, N> *Operations) { in tryToOptimize()