W3cubDocs

/TensorFlow C++

tensorflow::ops::DebugNumericSummary::Attrs

#include <array_ops.h>

Optional attribute setters for DebugNumericSummary.

Summary

Public attributes
debug_urls_ = {}
gtl::ArraySlice< string >
tensor_name_ = ""
StringPiece
Public functions
DebugUrls(const gtl::ArraySlice< string > & x)
List of URLs to debug targets, e.g., file:///foo/tfdbg_dump, grpc:://localhost:11011.
TensorName(StringPiece x)
Name of the input tensor.

Public attributes

debug_urls_

gtl::ArraySlice< string > tensorflow::ops::DebugNumericSummary::Attrs::debug_urls_ = {}

tensor_name_

StringPiece tensorflow::ops::DebugNumericSummary::Attrs::tensor_name_ = ""

Public functions

DebugUrls

Attrs tensorflow::ops::DebugNumericSummary::Attrs::DebugUrls(
  const gtl::ArraySlice< string > & x
)

List of URLs to debug targets, e.g., file:///foo/tfdbg_dump, grpc:://localhost:11011.

Defaults to []

TensorName

Attrs tensorflow::ops::DebugNumericSummary::Attrs::TensorName(
  StringPiece x
)

Name of the input tensor.

Defaults to ""

© 2017 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/cc/struct/tensorflow/ops/debug-numeric-summary/attrs.html