File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 4646 ctoc = time .time ()
4747 tc = (ctoc - ctic ) / NREP
4848 print (
49- " Time for tensorflow (io.serialize):\t \t %.3f s (%.2f GB/s)) "
49+ " Time for tensorflow (tf. io.serialize):\t %.3f s (%.2f GB/s)) "
5050 % (tc , ((N * 8 / tc ) / 2 ** 30 )), end = ""
5151 )
5252 print ("\t cr: %5.1fx" % (in_ .size * in_ .dtype .itemsize * 1.0 / len (c )))
119119 dtoc = time .time ()
120120 td = (dtoc - dtic ) / NREP
121121 print (
122- " Time for tensorflow (parse_tensor):\t \t %.3f s (%.2f GB/s)) "
122+ " Time for tensorflow (tf.io. parse_tensor):\t %.3f s (%.2f GB/s)) "
123123 % (td , ((N * 8 / td ) / 2 ** 30 )),
124124 )
125125
148148 dtoc = time .time ()
149149 td = (dtoc - dtic ) / NREP
150150 print (
151- " Time for tensorflow (unpack_tensor):\t \t %.3f s (%.2f GB/s)) "
151+ " Time for tensorflow (blosc2. unpack_tensor):\t %.3f s (%.2f GB/s)) "
152152 % (td , ((N * 8 / td ) / 2 ** 30 )),
153153 )
154154 assert np .array_equal (in_ , out )
You can’t perform that action at this time.
0 commit comments