()
| 14 | 'b' : a_list(), |
| 15 | 'c' : a_dict() } |
| 16 | def i32_array(): |
| 17 | return np.reshape(np.arange(-12.5, 12.5, 2.1,dtype=np.int32),(3,4)) |
| 18 | def i64_array(): |
| 19 | return np.reshape(np.arange(-12.5, 12.5, 2.1,dtype=np.int64),(3,4)) |
| 20 | def f32_array(): |
nothing calls this directly
no outgoing calls
no test coverage detected