Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/toco/graph_transformations/
Dresolve_constant_unary.cc42 if (!IsNonEmpty(input_shape)) { in ReduceGeneric()
/external/tensorflow/tensorflow/lite/toco/
Dtooling_util.h119 bool IsNonEmpty(const Shape& shape);
Ddump_graphviz.cc511 if (IsNonEmpty(array.shape())) { in GetLog2BufferSize()
Dtooling_util.cc677 bool IsNonEmpty(const Shape& shape) { in IsNonEmpty() function