Skip to content

Commit 948275d

Browse files
committed
Update docs
1 parent 942d3c8 commit 948275d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

TensorFlowSharp/Tensorflow.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2891,8 +2891,8 @@ public Runner GetRunner ()
28912891
/// <param name="inputValues">Input values.</param>
28922892
/// <param name="outputs">Output nodes.</param>
28932893
/// <param name="targetOpers">Target operations to execute.</param>
2894-
/// <param name="runMetadata">Run metadata.</param>
2895-
/// <param name="runOptions">Run options.</param>
2894+
/// <param name="runMetadata">Run metadata, a buffer containing the protocol buffer encoded value for https://github.com/tensorflow/tensorflow/blob/r1.9/tensorflow/core/protobuf/config.proto.</param>
2895+
/// <param name="runOptions">Run options, a buffer containing the protocol buffer encoded value for https://github.com/tensorflow/tensorflow/blob/r1.9/tensorflow/core/protobuf/config.proto.</param>
28962896
/// <param name="status">Status buffer, if specified a status code will be left here, if not specified, a <see cref="T:TensorFlow.TFException"/> exception is raised if there is an error.</param>
28972897
public TFTensor [] Run (TFOutput [] inputs, TFTensor [] inputValues, TFOutput [] outputs, TFOperation [] targetOpers = null, TFBuffer runMetadata = null, TFBuffer runOptions = null, TFStatus status = null)
28982898
{

0 commit comments

Comments
 (0)