()
| 174 | glob="Note that some operators * cannot be used with TensorFlow Dataset API and DALIIterator", |
| 175 | ) |
| 176 | def test_python_operator_error(): |
| 177 | daliop = dali_tf.DALIIterator() |
| 178 | pipe = PythonOperatorPipeline() |
| 179 | with tf.device("/cpu:0"): |
| 180 | _ = daliop(pipeline=pipe, shapes=[(1, 3, 3, 3)], dtypes=[tf.float32], device_id=0) |
nothing calls this directly
no test coverage detected