Home
last modified time | relevance | path

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

/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/micro/kernels/
A Dlogical.cc68 bool LogicalAnd(bool x, bool y) { return x && y; } in LogicalAnd() function
71 return LogicalImpl(context, node, LogicalAnd); in LogicalAndEval()

Completed in 2 milliseconds