Home
last modified time | relevance | path

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

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