Package tensorflow
Class Struct
java.lang.Object
tensorflow.Struct
public final class Struct
extends java.lang.Object
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classStruct.BoundedTensorSpecProtoA protobuf to represent tf.BoundedTensorSpec.static interfaceStruct.BoundedTensorSpecProtoOrBuilderstatic classStruct.DictValueRepresents a Python dict keyed by `str`.static interfaceStruct.DictValueOrBuilderstatic classStruct.ListValueRepresents a Python list.static interfaceStruct.ListValueOrBuilderstatic classStruct.NamedTupleValueRepresents Python's namedtuple.static interfaceStruct.NamedTupleValueOrBuilderstatic classStruct.NoneValueRepresents None.static interfaceStruct.NoneValueOrBuilderstatic classStruct.PairValueRepresents a (key, value) pair.static interfaceStruct.PairValueOrBuilderstatic classStruct.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 interfaceStruct.StructuredValueOrBuilderstatic classStruct.TensorSpecProtoA protobuf to represent tf.TensorSpec.static interfaceStruct.TensorSpecProtoOrBuilderstatic classStruct.TupleValueRepresents a Python tuple.static interfaceStruct.TupleValueOrBuilderstatic classStruct.TypeSpecProtoRepresents a tf.TypeSpecstatic interfaceStruct.TypeSpecProtoOrBuilder -
Method Summary
Modifier and Type Method Description static com.google.protobuf.Descriptors.FileDescriptorgetDescriptor()static voidregisterAllExtensions(com.google.protobuf.ExtensionRegistry registry)static voidregisterAllExtensions(com.google.protobuf.ExtensionRegistryLite registry)
-
Method Details
-
registerAllExtensions
public static void registerAllExtensions(com.google.protobuf.ExtensionRegistryLite registry) -
registerAllExtensions
public static void registerAllExtensions(com.google.protobuf.ExtensionRegistry registry) -
getDescriptor
public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor()
-