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.cc40 if (!IsNonEmpty(input_shape)) { in ReduceGeneric()
/external/tensorflow/tensorflow/lite/toco/
Dtooling_util.h118 bool IsNonEmpty(const Shape& shape);
Ddump_graphviz.cc509 if (IsNonEmpty(array.shape())) { in GetLog2BufferSize()
Dtooling_util.cc675 bool IsNonEmpty(const Shape& shape) { in IsNonEmpty() function