Home
last modified time | relevance | path

Searched refs:LogicalUnaryFunction (Results 1 – 3 of 3) sorted by relevance

/external/armnn/src/backends/reference/workloads/
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
DElementwiseFunction.hpp55 struct LogicalUnaryFunction struct
60 LogicalUnaryFunction(const TensorShape& inShape,
DRefLogicalUnaryWorkload.cpp49 using NotFunction = LogicalUnaryFunction<std::logical_not<bool>>; in Execute()