Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/lite/python/
Dsaved_model_to_tfl_flatbuffer.cc104 const int function_output_names_size = function_output_names.size(); in HandleInputOutputArraysWithModule() local
105 if (function_output_names_size != model_flags.output_arrays().size()) { in HandleInputOutputArraysWithModule()