Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
*
* <p>This is a Java port from python device_spec.py.
*
* @see <a href="https://github.com/tensorflow/tensorflow/blob/master/tensorflow/python/framework/device_spec.py">device_spec.py</a>.
* See also: <a href="https://github.com/tensorflow/tensorflow/blob/master/tensorflow/python/framework/device_spec.py">device_spec.py</a>.
*/
public final class DeviceSpec {
private static final String JOB_PREFIX = "/job:";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ public Options devicePlacementPolicy(DevicePlacementPolicy value) {
* Configures the session based on the data found in the provided configuration.
*
* @param config a config protocol buffer
* @see <a
* See also: <a
* href="https://github.com/tensorflow/tensorflow/blob/master/tensorflow/core/protobuf/config.proto">config.proto</a></a>
*/
public Options config(ConfigProto config) {
Expand Down