Home
last modified time | relevance | path

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

/aosp_15_r20/external/armnn/src/backends/reference/workloads/
H A DElementwiseFunction.hpp41 struct LogicalBinaryFunction struct
43 using OutType = bool;
44 using InType = bool;
H A DElementwiseFunction.cpp43 LogicalBinaryFunction<Functor>::LogicalBinaryFunction(const TensorShape& inShape0, in LogicalBinaryFunction() function in armnn::LogicalBinaryFunction
98 template struct armnn::LogicalBinaryFunction<std::logical_and<bool>>; member in armnn
99 template struct armnn::LogicalBinaryFunction<std::logical_or<bool>>; member in armnn