Home | History | Annotate | Download | only in ops

Lines Matching refs:tc

23 from tensorflow.contrib.labeled_tensor.python.ops import _typecheck as tc
61 @tc.returns(tc.Dict(string_types, parsing_ops.FixedLenFeature))
62 @tc.accepts(tc.Mapping(string_types, FixedLenFeature))
79 @tc.returns(tc.Dict(string_types, core.LabeledTensor))
80 @tc.accepts(core.LabeledTensorLike, tc.Mapping(string_types, FixedLenFeature),
81 tc.Optional(string_types), object)
117 @tc.returns(tc.Dict(string_types, core.LabeledTensor))
118 @tc.accepts(core.LabeledTensorLike, tc.Mapping(string_types, FixedLenFeature),
119 tc.Optional(string_types), object)
152 @tc.returns(core.LabeledTensor)
153 @tc.accepts(dtypes.DType, tc.Collection(tc.Union(string_types, core.AxisLike)),
154 tc.Optional(string_types))