Searched defs:ExprHandle (Results 1 – 4 of 4) sorted by relevance
53 const std::function<ExprHandle(const ExprHandle&, const ExprHandle&)>& in computeTwoOperand()78 const std::function<ExprHandle(const ExprHandle&, const ExprHandle&)>& in computeTwoOperandWithAlpha()98 Tensor computeConditionWithTwoOperand( in computeConditionWithTwoOperand()105 ExprHandle(const ExprHandle&, const ExprHandle&, const ExprHandle&)>& in computeConditionWithTwoOperand()127 Tensor computeThreeOperand( in computeThreeOperand()134 ExprHandle(const ExprHandle&, const ExprHandle&, const ExprHandle&)>& in computeThreeOperand()157 Tensor computeFourOperand( in computeFourOperand()164 const ExprHandle&, in computeFourOperand()209 const std::function<ExprHandle(const ExprHandle&, const ExprHandle&)>& in computeScalar()
11 class ExprHandle; variable
37 class ExprHandle; variable
100 explicit ExprHandle(ExprPtr node) : base_expr_node_(std::move(node)) {} in ExprHandle() function