Type tensor_format
Namespace tensorflow.python.debug.cli.tensor_format
Methods
- format_tensor
- format_tensor
- format_tensor
- format_tensor_dyn
- locate_tensor_element
- locate_tensor_element_dyn
- numeric_summary
- numeric_summary
- numeric_summary
- numeric_summary_dyn
Properties
Fields
Public static methods
RichTextLines format_tensor(ndarray tensor, string tensor_label, bool include_metadata, RichTextLines auxiliary_message, bool include_numeric_summary, IDictionary<string, int> np_printoptions, HighlightOptions highlight_options)
RichTextLines format_tensor(InconvertibleTensorProto tensor, string tensor_label, bool include_metadata, RichTextLines auxiliary_message, bool include_numeric_summary, IDictionary<string, int> np_printoptions, HighlightOptions highlight_options)
RichTextLines format_tensor(object tensor, string tensor_label, bool include_metadata, RichTextLines auxiliary_message, bool include_numeric_summary, IDictionary<string, int> np_printoptions, HighlightOptions highlight_options)
object format_tensor_dyn(object tensor, object tensor_label, ImplicitContainer<T> include_metadata, object auxiliary_message, ImplicitContainer<T> include_numeric_summary, object np_printoptions, object highlight_options)
ValueTuple<IList<object>, object, object, object> locate_tensor_element(RichTextLines formatted, IEnumerable<object> indices)
object locate_tensor_element_dyn(object formatted, object indices)
RichTextLines numeric_summary(ndarray tensor)
RichTextLines numeric_summary(InconvertibleTensorProto tensor)
RichTextLines numeric_summary(object tensor)
object numeric_summary_dyn(object tensor)
Public properties
PythonFunctionContainer format_tensor_fn get;
PythonFunctionContainer HighlightOptions_fn get;
PythonFunctionContainer locate_tensor_element_fn get;
PythonFunctionContainer numeric_summary_fn get;
Public fields
string BEGIN_INDICES_KEY
return string
|
string OMITTED_INDICES_KEY
return string
|
string DEFAULT_TENSOR_ELEMENT_HIGHLIGHT_FONT_ATTR
return string
|