Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/tools/benchmark/
Dbenchmark_tflite_model.cc178 const std::string& names_string, const std::string& shapes_string, in PopulateInputLayerInfo() argument
184 std::vector<std::string> shapes = Split(shapes_string, ':'); in PopulateInputLayerInfo()
188 << " --input_layer_shape (" << shapes_string << ", with " in PopulateInputLayerInfo()