Home
last modified time | relevance | path

Searched refs:TensorDebugString (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/core/common_runtime/
Dring_alg.h93 string TensorDebugString(const Tensor& tensor);
Dring_gatherer.cc260 << " final value " << TensorDebugString(ca_->Value()); in RunAsyncParts()
Dring_reducer.cc322 << " final value " << TensorDebugString(ca_->Value()); in RunAsyncParts()
Dring_alg.cc252 string RingAlg::TensorDebugString(const Tensor& tensor) { in TensorDebugString() function in tensorflow::RingAlg