Searched refs:AxisLike (Results 1 – 4 of 4) sorted by relevance
/external/tensorflow/tensorflow/contrib/labeled_tensor/python/ops/ |
D | sugar.py | 55 tc.Collection(tc.Union(str, core.AxisLike)), tc.Optional(str))
|
D | core.py | 176 AxisLike = tc.Union(Axis, tc.Tuple(string_types, AxisValue)) variable 181 @tc.accepts(AxisLike) 205 @tc.accepts(object, tc.List(AxisLike)) 279 tc.Union(Axes, tc.Collection(tc.Union(string_types, AxisLike))))
|
D | io_ops.py | 153 @tc.accepts(dtypes.DType, tc.Collection(tc.Union(string_types, core.AxisLike)),
|
D | ops.py | 217 tc.Union(string_types, core.AxisLike), int, tc.Optional(string_types)) 299 tc.Collection(tc.Union(string_types, core.AxisLike)), 1089 tc.Union(string_types, core.AxisLike)))), tc.Optional(string_types))
|