Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/profiling/
Dprofile_summarizer.cc40 std::vector<std::string> GetTensorNames(const tflite::Interpreter& interpreter, in GetTensorNames() function
86 details.inputs = GetTensorNames(interpreter, inputs); in GetOperatorDetails()
87 details.outputs = GetTensorNames(interpreter, outputs); in GetOperatorDetails()