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