Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/Script/
DBinaryOp.cpp27 IntOperand* BinaryOp<Operator::MUL>::eval(const Module& pModule, in eval() function in mcld::BinaryOp::MUL
35 IntOperand* BinaryOp<Operator::DIV>::eval(const Module& pModule, in eval() function in mcld::BinaryOp::DIV
43 IntOperand* BinaryOp<Operator::MOD>::eval(const Module& pModule, in eval() function in mcld::BinaryOp::MOD
51 IntOperand* BinaryOp<Operator::ADD>::eval(const Module& pModule, in eval() function in mcld::BinaryOp::ADD
59 IntOperand* BinaryOp<Operator::SUB>::eval(const Module& pModule, in eval() function in mcld::BinaryOp::SUB
67 IntOperand* BinaryOp<Operator::LSHIFT>::eval(const Module& pModule, in eval() function in mcld::BinaryOp::LSHIFT
75 IntOperand* BinaryOp<Operator::RSHIFT>::eval(const Module& pModule, in eval() function in mcld::BinaryOp::RSHIFT
83 IntOperand* BinaryOp<Operator::LT>::eval(const Module& pModule, in eval() function in mcld::BinaryOp::LT
91 IntOperand* BinaryOp<Operator::LE>::eval(const Module& pModule, in eval() function in mcld::BinaryOp::LE
99 IntOperand* BinaryOp<Operator::GT>::eval(const Module& pModule, in eval() function in mcld::BinaryOp::GT
[all …]
DUnaryOp.cpp26 IntOperand* UnaryOp<Operator::UNARY_PLUS>::eval( in eval() function in mcld::UnaryOp::UNARY_PLUS
35 IntOperand* UnaryOp<Operator::UNARY_MINUS>::eval( in eval() function in mcld::UnaryOp::UNARY_MINUS
44 IntOperand* UnaryOp<Operator::LOGICAL_NOT>::eval( in eval() function in mcld::UnaryOp::LOGICAL_NOT
53 IntOperand* UnaryOp<Operator::BITWISE_NOT>::eval( in eval() function in mcld::UnaryOp::BITWISE_NOT
62 IntOperand* UnaryOp<Operator::ABSOLUTE>::eval(const Module& pModule, in eval() function in mcld::UnaryOp::ABSOLUTE
70 IntOperand* UnaryOp<Operator::ADDR>::eval(const Module& pModule, in eval() function in mcld::UnaryOp::ADDR
92 IntOperand* UnaryOp<Operator::ALIGNOF>::eval(const Module& pModule, in eval() function in mcld::UnaryOp::ALIGNOF
114 IntOperand* UnaryOp<Operator::DATA_SEGMENT_END>::eval( in eval() function in mcld::UnaryOp::DATA_SEGMENT_END
123 IntOperand* UnaryOp<Operator::DEFINED>::eval(const Module& pModule, in eval() function in mcld::UnaryOp::DEFINED
131 IntOperand* UnaryOp<Operator::LENGTH>::eval(const Module& pModule, in eval() function in mcld::UnaryOp::LENGTH
[all …]
DNullaryOp.cpp19 IntOperand* NullaryOp<Operator::SIZEOF_HEADERS>::eval( in eval() function in mcld::NullaryOp::SIZEOF_HEADERS
28 IntOperand* NullaryOp<Operator::MAXPAGESIZE>::eval( in eval() function in mcld::NullaryOp::MAXPAGESIZE
37 IntOperand* NullaryOp<Operator::COMMONPAGESIZE>::eval( in eval() function in mcld::NullaryOp::COMMONPAGESIZE
DTernaryOp.cpp20 IntOperand* TernaryOp<Operator::TERNARY_IF>::eval( in eval() function in mcld::TernaryOp::TERNARY_IF
33 IntOperand* TernaryOp<Operator::DATA_SEGMENT_ALIGN>::eval( in eval() function in mcld::TernaryOp::DATA_SEGMENT_ALIGN
DRpnEvaluator.cpp33 bool RpnEvaluator::eval(const RpnExpr& pExpr, uint64_t& pResult) { in eval() function in mcld::RpnEvaluator
/frameworks/ml/nn/runtime/test/fuzzing/
DRandomVariable.cpp181 void IRandomVariableOp::eval(const std::set<int>* parent1In, const std::set<int>* parent2In, in eval() function in android::nn::fuzzing_test::IRandomVariableOp
218 virtual int eval(int lhs, int) const override { return eval(lhs); } in eval() function in android::nn::fuzzing_test::IUnaryOp
220 virtual void eval(const std::set<int>* parent1In, const std::set<int>* parent2In, in eval() function in android::nn::fuzzing_test::IUnaryOp
243 virtual int eval(int lhs, int rhs) const override { in eval() function in android::nn::fuzzing_test::IConstraintOp
253 virtual void eval(const std::set<int>* parent1In, const std::set<int>* parent2In, in eval() function in android::nn::fuzzing_test::IConstraintOp
272 virtual int eval(int lhs, int rhs) const override { return lhs + rhs; } in eval() function in android::nn::fuzzing_test::Addition
277 virtual void eval(const std::set<int>* parent1In, const std::set<int>* parent2In, in eval() function in android::nn::fuzzing_test::Addition
308 virtual int eval(int lhs, int rhs) const override { return lhs - rhs; } in eval() function in android::nn::fuzzing_test::Subtraction
313 virtual void eval(const std::set<int>* parent1In, const std::set<int>* parent2In, in eval() function in android::nn::fuzzing_test::Subtraction
337 virtual int eval(int lhs, int rhs) const override { return lhs * rhs; } in eval() function in android::nn::fuzzing_test::Multiplication
[all …]
/frameworks/ml/nn/common/operations/
DExpandDims.cpp40 bool eval(const uint8_t* inputData, const Shape& inputShape, int32_t axis, uint8_t* outputData, in eval() function
DPow.cpp70 bool eval(const void* baseData, const Shape& baseShape, const void* exponentData, in eval() function
DCast.cpp75 bool eval(const uint8_t* inputData, const Shape& inputShape, uint8_t* outputData, in eval() function
DGather.cpp43 inline bool eval(const T* inputData, const Shape& inputShape, int32_t axis, in eval() function
DChannelShuffle.cpp41 inline bool eval(const T* inputData, const Shape& inputShape, int32_t numGroups, int32_t axis, in eval() function
DTile.cpp92 bool eval(const uint8_t* inputData, const Shape& inputShape, const int32_t* multiples, in eval() function
DMaximumMinimum.cpp97 bool eval(const void* in1, const Shape& shape1, const void* in2, const Shape& shape2, in eval() function
DPRelu.cpp46 inline bool eval(const std::function<T(const T&, const T&)>& func, const T* aData, in eval() function
DQuantizedLSTM.cpp377 bool QuantizedLSTMCell::eval() { in eval() function in android::nn::QuantizedLSTMCell