tf.compat.v1.flags.tf_decorator.tf_stack.StackSummary()
append
append()
append(self: tensorflow.python._tf_stack.StackSummary, x: tensorflow.python._tf_stack.FrameSummary) -> None
Add an item to the end of the list
count
count()
count(self: tensorflow.python._tf_stack.StackSummary, x: tensorflow.python._tf_stack.FrameSummary) -> int
Return the number of times x
appears in the list
extend
extend()
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
insert
insert()
insert(self: tensorflow.python._tf_stack.StackSummary, i: int, x: tensorflow.python._tf_stack.FrameSummary) -> None
Insert an item at a given position.
pop
pop()
pop(*args, **kwargs) Overloaded function.
Remove and return the last item
Remove and return the item at index i
remove
remove()
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.3/api_docs/python/tf/compat/v1/flags/tf_decorator/tf_stack/StackSummary