Home
last modified time | relevance | path

Searched defs:Prod (Results 1 – 15 of 15) sorted by relevance

/external/tensorflow/tensorflow/contrib/reduce_slice_ops/kernels/
Dreduce_slice_ops_gpu.cu.cc33 #define Prod(a, b) ((a) * (b)) macro
Dreduce_slice_ops.cc34 #define Prod(a, b) ((a) * (b)) macro
/external/tensorflow/tensorflow/core/kernels/
Dscan_ops_gpu.h116 struct Prod { struct
132 (std::is_same<Op, Prod<T>>::value || argument
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ADT/
DAPIntTest.cpp2305 auto Prod = Quo.zext(16) * B.zext(16); in TEST() local
2338 auto Prod = Quo.sext(16) * B.sext(16); in TEST() local
2346 auto Prod = Quo.sext(16) * B.sext(16); in TEST() local
/external/swiftshader/third_party/LLVM/lib/Analysis/
DScalarEvolutionExpander.cpp782 Value *Prod = 0; in visitMulExpr() local
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
DInstCombineCompares.cpp775 Constant *Prod = ConstantExpr::getMul(CmpRHS, DivRHS); in FoldICmpDivCst() local
/external/llvm/lib/Analysis/
DScalarEvolutionExpander.cpp751 Value *Prod = nullptr; in visitMulExpr() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DScalarEvolutionExpander.cpp769 Value *Prod = nullptr; in visitMulExpr() local
/external/tensorflow/tensorflow/cc/gradients/
Dmath_grad_test.cc926 TEST_F(NaryGradTest, Prod) { in TEST_F() argument
/external/python/cpython2/Lib/test/
Dtest_datetime.py506 class Prod: class
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCompares.cpp1216 Constant *Prod = ConstantExpr::getMul(CmpRHS, DivRHS); in FoldICmpDivCst() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineCompares.cpp2145 APInt Prod = C * *C2; in foldICmpDivConstant() local
/external/python/cpython3/Lib/test/
Ddatetimetester.py907 class Prod: class
/external/tensorflow/tensorflow/compiler/tests/
Drandomized_tests.cc2548 TEST_F(OpTest, Prod) { in TEST_F() argument
/external/tensorflow/tensorflow/go/op/
Dwrappers.go32210 func Prod(scope *Scope, input tf.Output, axis tf.Output, optional ...ProdAttr) (output tf.Output) { func