Searched defs:LogicalUnaryFunction (Results 1 – 2 of 2) sorted by relevance
55 struct LogicalUnaryFunction struct57 using OutType = bool;58 using InType = bool;
52 LogicalUnaryFunction<Functor>::LogicalUnaryFunction(const TensorShape& inShape, in LogicalUnaryFunction() function in armnn::LogicalUnaryFunction92 template struct armnn::LogicalUnaryFunction<std::logical_not<bool>>; member in armnn