public final class Struct extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Struct.DictValue
Represents a Python dict keyed by `str`.
|
static interface |
Struct.DictValueOrBuilder |
static class |
Struct.ListValue
Represents a Python list.
|
static interface |
Struct.ListValueOrBuilder |
static class |
Struct.NamedTupleValue
Represents Python's namedtuple.
|
static interface |
Struct.NamedTupleValueOrBuilder |
static class |
Struct.NoneValue
Represents None.
|
static interface |
Struct.NoneValueOrBuilder |
static class |
Struct.PairValue
Represents a (key, value) pair.
|
static interface |
Struct.PairValueOrBuilder |
static class |
Struct.StructuredValue
`StructuredValue` represents a dynamically typed value representing various
data structures that are inspired by Python data structures typically used in
TensorFlow functions as inputs and outputs.
|
static interface |
Struct.StructuredValueOrBuilder |
static class |
Struct.TensorSpecProto
A protobuf to tf.TensorSpec.
|
static interface |
Struct.TensorSpecProtoOrBuilder |
static class |
Struct.TupleValue
Represents a Python tuple.
|
static interface |
Struct.TupleValueOrBuilder |
Modifier and Type | Method and Description |
---|---|
static com.google.protobuf.Descriptors.FileDescriptor |
getDescriptor() |
static void |
registerAllExtensions(com.google.protobuf.ExtensionRegistry registry) |
static void |
registerAllExtensions(com.google.protobuf.ExtensionRegistryLite registry) |
public static void registerAllExtensions(com.google.protobuf.ExtensionRegistryLite registry)
public static void registerAllExtensions(com.google.protobuf.ExtensionRegistry registry)
public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor()
Copyright © 2015–2019. All rights reserved.