How to check Tensor Cores is enabled when using V100

Hello everyone,

As I following NVIDIA Training with Mixed Precision in here,
and running imagenet/main.py with --fp16,
how could I check Tensor core is enabled?

And if I want use CUDA Core with --fp16, how should I disable Tensor Cores?

Thank you for your help.