Searched refs:GetTensorNames (Results 1 – 1 of 1) sorted by relevance
44 std::vector<std::string> GetTensorNames(const tflite::Interpreter& interpreter, in GetTensorNames() function84 details.inputs = GetTensorNames(interpreter, inputs); in GetOperatorDetails()85 details.outputs = GetTensorNames(interpreter, outputs); in GetOperatorDetails()