void |
tensorflow.RunMetadata.CopyFrom(tensorflow.RunMetadata from) |
void |
tensorflow.RunMetadata.MergeFrom(tensorflow.RunMetadata from) |
tensorflow.RunMetadata |
tensorflow.RunMetadata.put(tensorflow.RunMetadata from) |
tensorflow.Status |
tensorflow.Session.Run(tensorflow.RunOptions run_options,
tensorflow.StringTensorPairVector inputs,
tensorflow.StringVector output_tensor_names,
tensorflow.StringVector target_node_names,
tensorflow.TensorVector outputs,
tensorflow.RunMetadata run_metadata)
\brief Like Run, but allows users to pass in a RunOptions proto and
to retrieve non-Tensor metadata output via a RunMetadata proto for this
step.
|
tensorflow.Status |
tensorflow.Session.RunCallable(long handle,
tensorflow.TensorVector feed_tensors,
tensorflow.TensorVector fetch_tensors,
tensorflow.RunMetadata run_metadata)
\brief Invokes the subgraph named by handle with the given options and
input tensors.
|
void |
tensorflow.RunMetadata.Swap(tensorflow.RunMetadata other) |
void |
tensorflow.RunMetadata.UnsafeArenaSwap(tensorflow.RunMetadata other) |