tf.compat.v1.flags.tf_decorator.tf_stack.StackSummary()
appendappend()
append(self: tensorflow.python._tf_stack.StackSummary, x: tensorflow.python._tf_stack.FrameSummary) -> None
Add an item to the end of the list
countcount()
count(self: tensorflow.python._tf_stack.StackSummary, x: tensorflow.python._tf_stack.FrameSummary) -> int
Return the number of times x appears in the list
extendextend()
extend(*args, **kwargs) Overloaded function.
Extend the list by appending all the items in the given list
Extend the list by appending all the items in the given list
insertinsert()
insert(self: tensorflow.python._tf_stack.StackSummary, i: int, x: tensorflow.python._tf_stack.FrameSummary) -> None
Insert an item at a given position.
poppop()
pop(*args, **kwargs) Overloaded function.
Remove and return the last item
Remove and return the item at index i
removeremove()
remove(self: tensorflow.python._tf_stack.StackSummary, x: tensorflow.python._tf_stack.FrameSummary) -> None
Remove the first item from the list whose value is x. It is an error if there is no such item.
__bool____bool__()
bool(self: tensorflow.python._tf_stack.StackSummary) -> bool
Check whether the list is nonempty
__contains____contains__()
contains(self: tensorflow.python._tf_stack.StackSummary, x: tensorflow.python._tf_stack.FrameSummary) -> bool
Return true the container contains x
__eq____eq__()
eq(self: tensorflow.python._tf_stack.StackSummary, arg0: tensorflow.python._tf_stack.StackSummary) -> bool
__getitem____getitem__()
getitem(*args, **kwargs) Overloaded function.
Retrieve list elements using a slice object
getitem(self: tensorflow.python._tf_stack.StackSummary, arg0: int) -> tensorflow.python._tf_stack.FrameSummary
getitem(self: tensorflow.python._tf_stack.StackSummary, arg0: int) -> tensorflow.python._tf_stack.FrameSummary
__iter____iter__()
iter(self: tensorflow.python._tf_stack.StackSummary) -> iterator
__len____len__()
len(self: tensorflow.python._tf_stack.StackSummary) -> int
__ne____ne__()
ne(self: tensorflow.python._tf_stack.StackSummary, arg0: tensorflow.python._tf_stack.StackSummary) -> bool
© 2020 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/versions/r2.4/api_docs/python/tf/compat/v1/flags/tf_decorator/tf_stack/StackSummary