Searched refs:LabeledTensorLike (Results 1 – 4 of 4) sorted by relevance
/external/tensorflow/tensorflow/contrib/labeled_tensor/python/ops/ |
D | ops.py | 53 @tc.accepts(core.LabeledTensorLike, 147 tc.Collection(core.LabeledTensorLike), string_types, 216 tc.Collection(core.LabeledTensorLike), 261 @tc.accepts(core.LabeledTensorLike, 297 @tc.accepts(core.LabeledTensorLike, 376 @tc.accepts(core.LabeledTensorLike, string_types, string_types, 404 tc.Collection(core.LabeledTensorLike), bool, 451 tc.Collection(core.LabeledTensorLike), int, int, int, bool, bool, 502 tc.Collection(core.LabeledTensorLike), int, int, int, bool, int, 559 @tc.accepts(core.LabeledTensorLike, [all …]
|
D | core.py | 512 LabeledTensorLike = tc.Union(LabeledTensor, ops.Tensor, np.ndarray, Scalar) variable 517 @tc.accepts(LabeledTensorLike, object, tc.Optional(string_types)) 595 @tc.accepts(LabeledTensorLike, tc.Optional(string_types)) 619 @tc.accepts(LabeledTensorLike, 677 @tc.accepts(LabeledTensorLike, 722 LabeledTensorLike, 856 @tc.accepts(LabeledTensorLike, tc.Optional(tc.Collection(string_types))) 889 @tc.accepts(LabeledTensorLike, 968 @tc.accepts(LabeledTensorLike, LabeledTensorLike, tc.Optional(string_types)) 1077 @tc.accepts(LabeledTensorLike, tc.Optional(string_types)) [all …]
|
D | sugar.py | 64 @tc.accepts(object, core.LabeledTensorLike) 101 @tc.accepts(object, core.LabeledTensorLike)
|
D | io_ops.py | 80 @tc.accepts(core.LabeledTensorLike, tc.Mapping(string_types, FixedLenFeature), 118 @tc.accepts(core.LabeledTensorLike, tc.Mapping(string_types, FixedLenFeature),
|