Home
last modified time | relevance | path

Searched defs:LogicalUnaryFunction (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/armnn/src/backends/reference/workloads/
H A DElementwiseFunction.hpp55 struct LogicalUnaryFunction struct
57 using OutType = bool;
58 using InType = bool;
H A DElementwiseFunction.cpp54 LogicalUnaryFunction<Functor>::LogicalUnaryFunction(const TensorShape& inShape, in LogicalUnaryFunction() function in armnn::LogicalUnaryFunction
97 template struct armnn::LogicalUnaryFunction<std::logical_not<bool>>; member in armnn