Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 584 Bytes

File metadata and controls

25 lines (16 loc) · 584 Bytes

expression_impl.slice_expression.IndexValue

This symbol is a type alias.

Source:

IndexValue = Union[
    int,
    tensorflow.python.framework.ops.Tensor,
    tensorflow.python.ops.variables.Variable
]