Update node_def.proto
Clarifying comments for valid device string in NodeDef, as discussed in PR #13874. Notes: 1. The device string is as emitted by: tensorflow/python/framework/device.py to_string() function. 2. I notice our regex convention does not use '+' (e.g. XX* instead of X+).
Loading
Please sign in to comment