Searched refs:Coefficient (Results 1 – 11 of 11) sorted by relevance
/external/tensorflow/tensorflow/core/kernels/ |
D | batch_matmul_op_impl.h | 334 typedef Scalar Coefficient; 359 static_cast<Coefficient>(1.0), *(a_ptrs[0]), 361 static_cast<Coefficient>(0.0), c_ptrs[0], 1) 373 static_cast<Coefficient>(1.0), *(b_ptrs[0]), 375 static_cast<Coefficient>(0.0), c_ptrs[0], n) 390 static_cast<Coefficient>(1.0), b_ptrs, adj_y ? k : n, a_ptrs, 391 adj_x ? m : k, static_cast<Coefficient>(0.0), c_ptrs, n, 451 typedef float Coefficient; 466 static_cast<Coefficient>(1.0), *(b_ptrs[0]), 468 static_cast<Coefficient>(0.0), c_ptrs[0], n) [all …]
|
/external/ipsec-tools/src/racoon/ |
D | prsa_tok.l | 80 Coefficient { return COEFFICIENT; }
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineAddSub.cpp | 125 void set(short Coefficient, Value *V) { in set() argument 126 Coeff.set(Coefficient); in set() 129 void set(const APFloat &Coefficient, Value *V) { in set() argument 130 Coeff.set(Coefficient); in set() 133 void set(const ConstantFP *Coefficient, Value *V) { in set() argument 134 Coeff.set(Coefficient->getValueAPF()); in set()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineAddSub.cpp | 144 void set(short Coefficient, Value *V) { in set() argument 145 Coeff.set(Coefficient); in set() 148 void set(const APFloat &Coefficient, Value *V) { in set() argument 149 Coeff.set(Coefficient); in set() 152 void set(const ConstantFP *Coefficient, Value *V) { in set() argument 153 Coeff.set(Coefficient->getValueAPF()); in set()
|
/external/libaom/libaom/build/cmake/ |
D | aom_config_defaults.cmake | 99 "Coefficient range check.")
|
/external/libjpeg-turbo/ |
D | structure.txt | 293 |-- Coefficient controller --| 329 * Coefficient controller: buffer controller for the DCT-coefficient data. 392 |-- Coefficient controller --| 411 * Coefficient controller: buffer controller for the DCT-coefficient data.
|
/external/eigen/doc/ |
D | A05_PortingFrom2To3.dox | 74 \section CoefficientWiseOperations Coefficient wise operations
|
D | TutorialMatrixClass.dox | 111 \section TutorialMatrixCoeffAccessors Coefficient accessors
|
D | QuickReference.dox | 366 \section QuickRef_Coeffwise Coefficient-wise \& Array operators
|
D | InsideEigenExample.dox | 136 …ient-wise binary operations", which we abbreviate as "CwiseBinaryOp". "Coefficient-wise" means tha…
|
/external/tensorflow/ |
D | RELEASE.md | 898 * Add Mel-Frequency Cepstral Coefficient support to `tf.contrib.signal`
|