Searched defs:Prod (Results 1 – 13 of 13) sorted by relevance
46 struct Prod { struct48 __host__ __device__ T operator()(const T& a, const T& b) const { in operator()
54 struct Prod { struct63 return Prod<T>()(a, Eigen::numext::conj(a)); in operator() argument
111 struct Prod { struct127 (std::is_same<Op, Prod<T>>::value || argument
160 Prod = 4 enumerator
751 Value *Prod = nullptr; in visitMulExpr() local
775 Value *Prod = nullptr; in visitMulExpr() local
506 class Prod: class
966 TEST_F(NaryGradTest, Prod) { in TEST_F() argument
1216 Constant *Prod = ConstantExpr::getMul(CmpRHS, DivRHS); in FoldICmpDivCst() local
1011 class Prod: class
2361 APInt Prod = C * *C2; in foldICmpDivConstant() local
3652 TEST_F(OpTest, Prod) { in TEST_F() argument
31437 func Prod(scope *Scope, input tf.Output, axis tf.Output, optional ...ProdAttr) (output tf.Output) { func