#include <array_ops.h>
Optional attribute setters for DebugNumericSummary.
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. |
gtl::ArraySlice< string > tensorflow::ops::DebugNumericSummary::Attrs::debug_urls_ = {}
StringPiece tensorflow::ops::DebugNumericSummary::Attrs::tensor_name_ = ""
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 []
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