Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/delegates/flex/
Dkernel.cc578 const std::string calculated_shape_string = c.DebugString(c.output(i)); in ValidateOutputTensorShapeConsistency() local
582 if (tfl_shape_string != calculated_shape_string) { in ValidateOutputTensorShapeConsistency()
586 calculated_shape_string.c_str()); in ValidateOutputTensorShapeConsistency()