Lines Matching defs:src
34 void ClRsqrt::configure(const ClCompileContext &compile_context, const ITensorInfo *src, ITensorInf… in configure()
42 Status ClRsqrt::validate(const ITensorInfo *src, const ITensorInfo *dst) in validate()
47 void ClExp::configure(const ClCompileContext &compile_context, const ITensorInfo *src, ITensorInfo … in configure()
55 Status ClExp::validate(const ITensorInfo *src, const ITensorInfo *dst) in validate()
60 void ClNeg::configure(const ClCompileContext &compile_context, const ITensorInfo *src, ITensorInfo … in configure()
68 Status ClNeg::validate(const ITensorInfo *src, const ITensorInfo *dst) in validate()
73 void ClSin::configure(const ClCompileContext &compile_context, const ITensorInfo *src, ITensorInfo … in configure()
81 Status ClSin::validate(const ITensorInfo *src, const ITensorInfo *dst) in validate()
86 void ClAbs::configure(const ClCompileContext &compile_context, const ITensorInfo *src, ITensorInfo … in configure()
94 Status ClAbs::validate(const ITensorInfo *src, const ITensorInfo *dst) in validate()
99 void ClLog::configure(const ClCompileContext &compile_context, const ITensorInfo *src, ITensorInfo … in configure()
107 Status ClLog::validate(const ITensorInfo *src, const ITensorInfo *dst) in validate()
112 void ClRound::configure(const ClCompileContext &compile_context, const ITensorInfo *src, ITensorInf… in configure()
120 Status ClRound::validate(const ITensorInfo *src, const ITensorInfo *dst) in validate()