cannot convert a symbolic tensor (lstm/strided_slice:0) to a numpy array. this error may indicate that you're trying to pass a tensor to a numpy call, which is not supported
query method parameters should either be a type that can be converted into a database column or a list / array that contains such type. you can consider adding a type adapter for this.
write a program to sort an array 100,200,20, 75,89.198, 345,56,34,35 using bubble sort. the program should be able to display total number of passes used for sorted data in given data set.