How can we disable 'full profile'

Can I disable FULL PROFILE when running SYCL Tensorflow ? I am not sure if it can reduce the time of executing a program slightly.

./tensorflow/core/common_runtime/sycl/sycl_device.h:70] Found following OpenCL devices:
./tensorflow/core/common_runtime/sycl/sycl_device.h:72] id: 0, type: GPU, name: … , profile: FULL_PROFILE

Hi zjin,

In this case, FULL_PROFILE refers to the capabilities of the OpenCL device, not whether profiling is running in TensorFlow or not (as seen on this page, look for FULL_PROFILE).