Uses of Class
tensorflow.Struct.TensorSpecProto
Packages that use Struct.TensorSpecProto
-
Uses of Struct.TensorSpecProto in tensorflow
Methods in tensorflow that return Struct.TensorSpecProtoModifier and TypeMethodDescriptionStruct.TensorSpecProto.Builder.build()Struct.TensorSpecProto.Builder.buildPartial()static Struct.TensorSpecProtoStruct.TensorSpecProto.getDefaultInstance()Struct.TensorSpecProto.Builder.getDefaultInstanceForType()Struct.TensorSpecProto.getDefaultInstanceForType()Struct.StructuredValue.Builder.getTensorSpecValue()Represents a value for tf.TensorSpec.Struct.StructuredValue.getTensorSpecValue()Represents a value for tf.TensorSpec.Struct.StructuredValueOrBuilder.getTensorSpecValue()Represents a value for tf.TensorSpec.static Struct.TensorSpecProtoStruct.TensorSpecProto.parseDelimitedFrom(InputStream input) static Struct.TensorSpecProtoStruct.TensorSpecProto.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Struct.TensorSpecProtoStruct.TensorSpecProto.parseFrom(byte[] data) static Struct.TensorSpecProtoStruct.TensorSpecProto.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Struct.TensorSpecProtoStruct.TensorSpecProto.parseFrom(com.google.protobuf.ByteString data) static Struct.TensorSpecProtoStruct.TensorSpecProto.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Struct.TensorSpecProtoStruct.TensorSpecProto.parseFrom(com.google.protobuf.CodedInputStream input) static Struct.TensorSpecProtoStruct.TensorSpecProto.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Struct.TensorSpecProtoStruct.TensorSpecProto.parseFrom(InputStream input) static Struct.TensorSpecProtoStruct.TensorSpecProto.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Struct.TensorSpecProtoStruct.TensorSpecProto.parseFrom(ByteBuffer data) static Struct.TensorSpecProtoStruct.TensorSpecProto.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in tensorflow that return types with arguments of type Struct.TensorSpecProtoModifier and TypeMethodDescriptioncom.google.protobuf.Parser<Struct.TensorSpecProto> Struct.TensorSpecProto.getParserForType()static com.google.protobuf.Parser<Struct.TensorSpecProto> Struct.TensorSpecProto.parser()Methods in tensorflow with parameters of type Struct.TensorSpecProtoModifier and TypeMethodDescriptionStruct.TensorSpecProto.Builder.mergeFrom(Struct.TensorSpecProto other) Struct.StructuredValue.Builder.mergeTensorSpecValue(Struct.TensorSpecProto value) Represents a value for tf.TensorSpec.Struct.TensorSpecProto.newBuilder(Struct.TensorSpecProto prototype) Struct.StructuredValue.Builder.setTensorSpecValue(Struct.TensorSpecProto value) Represents a value for tf.TensorSpec.