Add num_values argument to Tensor::DebugString()
Non-CPU Tensors cause a crash when DebugString() tries to access their values. num_values can be used not to access the values or print more than default of 3 during debugging. PiperOrigin-RevId: 229581029
Loading
Please sign in to comment