W3cubDocs

/TensorFlow Python

tfdbg.load_tensor_from_event

tfdbg.load_tensor_from_event(event)

Defined in tensorflow/python/debug/lib/debug_data.py.

Load a tensor from an Event proto.

Args:

  • event: The Event proto, assumed to hold a tensor value in its summary.value[0] field.

Returns:

The tensor value loaded from the event file, as a numpy.ndarray, if representation of the tensor value by a numpy.ndarray is possible. For uninitialized Tensors, returns None. For Tensors of data types that cannot be represented as numpy.ndarray (e.g., tf.resource), return the TensorProto protobuf object without converting it to a numpy.ndarray.

© 2018 The TensorFlow Authors. All rights reserved.
Licensed under the Creative Commons Attribution License 3.0.
Code samples licensed under the Apache 2.0 License.
https://www.tensorflow.org/api_docs/python/tfdbg/load_tensor_from_event