Home | History | Annotate | Download | only in ops

Lines Matching refs:features

37         example_pb2.Example(features=feature_pb2.Features(feature={
45 example_pb2.Example(features=feature_pb2.Features(feature={
57 self.features = {
69 parsed = io_ops.parse_example(self.serialized, self.features)
77 io_ops.parse_example(serialized, self.features)
85 parsed = io_ops.parse_single_example(self.serialized[0], self.features)
90 features = {'a': io_ops.FixedLenFeature([('x', None)], dtypes.int64)}
93 io_ops.parse_single_example(serialized, features)