TensorSliceProto.Builder

classe final pública estática TensorSliceProto.Builder

 Can only be interpreted if you know the corresponding TensorShape.
 
tensorflow.TensorSliceProto tipo tensorflow.TensorSliceProto

Métodos Públicos

TensorSliceProto.Builder
addAllExtent (Iterable <? extends TensorSliceProto.Extent > valores)
 Extent of the slice in all tensor dimensions.
TensorSliceProto.Builder
addExtent ( TensorSliceProto.Extent.Builder builderForValue)
 Extent of the slice in all tensor dimensions.
TensorSliceProto.Builder
addExtent (int index, TensorSliceProto.Extent.Builder builderForValue)
 Extent of the slice in all tensor dimensions.
TensorSliceProto.Builder
addExtent (valor TensorSliceProto.Extent )
 Extent of the slice in all tensor dimensions.
TensorSliceProto.Builder
addExtent (int index, TensorSliceProto.Extent value)
 Extent of the slice in all tensor dimensions.
TensorSliceProto.Extent.Builder
addExtentBuilder ()
 Extent of the slice in all tensor dimensions.
TensorSliceProto.Extent.Builder
addExtentBuilder (índice interno )
 Extent of the slice in all tensor dimensions.
TensorSliceProto.Builder
addRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor do objeto)
TensorSliceProto
build ()
TensorSliceProto
TensorSliceProto.Builder
limpar ()
TensorSliceProto.Builder
clearExtent ()
 Extent of the slice in all tensor dimensions.
TensorSliceProto.Builder
clearField (campo com.google.protobuf.Descriptors.FieldDescriptor)
TensorSliceProto.Builder
clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)
TensorSliceProto.Builder
clone ()
TensorSliceProto
final static com.google.protobuf.Descriptors.Descriptor
com.google.protobuf.Descriptors.Descriptor
TensorSliceProto.Extent
getExtent (índice int)
 Extent of the slice in all tensor dimensions.
TensorSliceProto.Extent.Builder
getExtentBuilder (índice interno )
 Extent of the slice in all tensor dimensions.
List < TensorSliceProto.Extent.Builder >
getExtentBuilderList ()
 Extent of the slice in all tensor dimensions.
int
getExtentCount ()
 Extent of the slice in all tensor dimensions.
List < TensorSliceProto.Extent >
getExtentList ()
 Extent of the slice in all tensor dimensions.
TensorSliceProto.ExtentOrBuilder
getExtentOrBuilder (índice interno )
 Extent of the slice in all tensor dimensions.
Lista <? estende TensorSliceProto.ExtentOrBuilder >
getExtentOrBuilderList ()
 Extent of the slice in all tensor dimensions.
final booleano
TensorSliceProto.Builder
mergeFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
TensorSliceProto.Builder
mergeFrom (com.google.protobuf.Message other)
TensorSliceProto.Builder final
mergeUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)
TensorSliceProto.Builder
removeExtent (índice int)
 Extent of the slice in all tensor dimensions.
TensorSliceProto.Builder
setExtent (int index, TensorSliceProto.Extent value)
 Extent of the slice in all tensor dimensions.
TensorSliceProto.Builder
setExtent (int index, TensorSliceProto.Extent.Builder builderForValue)
 Extent of the slice in all tensor dimensions.
TensorSliceProto.Builder
setField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor do objeto)
TensorSliceProto.Builder
setRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, índice int, valor do objeto)
TensorSliceProto.Builder final
setUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)

Métodos herdados

Métodos Públicos

public TensorSliceProto.Builder addAllExtent (Iterable <? extends TensorSliceProto.Extent > valores)

 Extent of the slice in all tensor dimensions.
 Must have one entry for each of the dimension of the tensor that this
 slice belongs to.  The order of sizes is the same as the order of
 dimensions in the TensorShape.
 
repeated .tensorflow.TensorSliceProto.Extent extent = 1;

public TensorSliceProto.Builder addExtent ( TensorSliceProto.Extent.Builder builderForValue)

 Extent of the slice in all tensor dimensions.
 Must have one entry for each of the dimension of the tensor that this
 slice belongs to.  The order of sizes is the same as the order of
 dimensions in the TensorShape.
 
repeated .tensorflow.TensorSliceProto.Extent extent = 1;

public TensorSliceProto.Builder addExtent (int index, TensorSliceProto.Extent.Builder builderForValue)

 Extent of the slice in all tensor dimensions.
 Must have one entry for each of the dimension of the tensor that this
 slice belongs to.  The order of sizes is the same as the order of
 dimensions in the TensorShape.
 
repeated .tensorflow.TensorSliceProto.Extent extent = 1;

public TensorSliceProto.Builder addExtent (valor TensorSliceProto.Extent )

 Extent of the slice in all tensor dimensions.
 Must have one entry for each of the dimension of the tensor that this
 slice belongs to.  The order of sizes is the same as the order of
 dimensions in the TensorShape.
 
repeated .tensorflow.TensorSliceProto.Extent extent = 1;

public TensorSliceProto.Builder addExtent (int index, TensorSliceProto.Extent value)

 Extent of the slice in all tensor dimensions.
 Must have one entry for each of the dimension of the tensor that this
 slice belongs to.  The order of sizes is the same as the order of
 dimensions in the TensorShape.
 
repeated .tensorflow.TensorSliceProto.Extent extent = 1;

public TensorSliceProto.Extent.Builder addExtentBuilder ()

 Extent of the slice in all tensor dimensions.
 Must have one entry for each of the dimension of the tensor that this
 slice belongs to.  The order of sizes is the same as the order of
 dimensions in the TensorShape.
 
repeated .tensorflow.TensorSliceProto.Extent extent = 1;

public TensorSliceProto.Extent.Builder addExtentBuilder (índice interno )

 Extent of the slice in all tensor dimensions.
 Must have one entry for each of the dimension of the tensor that this
 slice belongs to.  The order of sizes is the same as the order of
 dimensions in the TensorShape.
 
repeated .tensorflow.TensorSliceProto.Extent extent = 1;

public TensorSliceProto.Builder addRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor do objeto)

public TensorSliceProto build ()

public TensorSliceProto buildPartial ()

public TensorSliceProto.Builder clear ()

public TensorSliceProto.Builder clearExtent ()

 Extent of the slice in all tensor dimensions.
 Must have one entry for each of the dimension of the tensor that this
 slice belongs to.  The order of sizes is the same as the order of
 dimensions in the TensorShape.
 
repeated .tensorflow.TensorSliceProto.Extent extent = 1;

public TensorSliceProto.Builder clearField (campo com.google.protobuf.Descriptors.FieldDescriptor)

public TensorSliceProto.Builder clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)

public TensorSliceProto.Builder clone ()

public TensorSliceProto getDefaultInstanceForType ()

public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()

public com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()

public TensorSliceProto.Extent getExtent (int index)

 Extent of the slice in all tensor dimensions.
 Must have one entry for each of the dimension of the tensor that this
 slice belongs to.  The order of sizes is the same as the order of
 dimensions in the TensorShape.
 
repeated .tensorflow.TensorSliceProto.Extent extent = 1;

public TensorSliceProto.Extent.Builder getExtentBuilder (índice interno )

 Extent of the slice in all tensor dimensions.
 Must have one entry for each of the dimension of the tensor that this
 slice belongs to.  The order of sizes is the same as the order of
 dimensions in the TensorShape.
 
repeated .tensorflow.TensorSliceProto.Extent extent = 1;

public List < TensorSliceProto.Extent.Builder > getExtentBuilderList ()

 Extent of the slice in all tensor dimensions.
 Must have one entry for each of the dimension of the tensor that this
 slice belongs to.  The order of sizes is the same as the order of
 dimensions in the TensorShape.
 
repeated .tensorflow.TensorSliceProto.Extent extent = 1;

public int getExtentCount ()

 Extent of the slice in all tensor dimensions.
 Must have one entry for each of the dimension of the tensor that this
 slice belongs to.  The order of sizes is the same as the order of
 dimensions in the TensorShape.
 
repeated .tensorflow.TensorSliceProto.Extent extent = 1;

public List < TensorSliceProto.Extent > getExtentList ()

 Extent of the slice in all tensor dimensions.
 Must have one entry for each of the dimension of the tensor that this
 slice belongs to.  The order of sizes is the same as the order of
 dimensions in the TensorShape.
 
repeated .tensorflow.TensorSliceProto.Extent extent = 1;

public TensorSliceProto.ExtentOrBuilder getExtentOrBuilder (índice int)

 Extent of the slice in all tensor dimensions.
 Must have one entry for each of the dimension of the tensor that this
 slice belongs to.  The order of sizes is the same as the order of
 dimensions in the TensorShape.
 
repeated .tensorflow.TensorSliceProto.Extent extent = 1;

Lista pública <? estende TensorSliceProto.ExtentOrBuilder > getExtentOrBuilderList ()

 Extent of the slice in all tensor dimensions.
 Must have one entry for each of the dimension of the tensor that this
 slice belongs to.  The order of sizes is the same as the order of
 dimensions in the TensorShape.
 
repeated .tensorflow.TensorSliceProto.Extent extent = 1;

public final boolean isInitialized ()

public TensorSliceProto.Builder mergeFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lança
IOException

public TensorSliceProto.Builder mergeFrom (com.google.protobuf.Message other)

public final TensorSliceProto.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)

public TensorSliceProto.Builder removeExtent (índice interno )

 Extent of the slice in all tensor dimensions.
 Must have one entry for each of the dimension of the tensor that this
 slice belongs to.  The order of sizes is the same as the order of
 dimensions in the TensorShape.
 
repeated .tensorflow.TensorSliceProto.Extent extent = 1;

public TensorSliceProto.Builder setExtent (int index, TensorSliceProto.Extent value)

 Extent of the slice in all tensor dimensions.
 Must have one entry for each of the dimension of the tensor that this
 slice belongs to.  The order of sizes is the same as the order of
 dimensions in the TensorShape.
 
repeated .tensorflow.TensorSliceProto.Extent extent = 1;

public TensorSliceProto.Builder setExtent (int index, TensorSliceProto.Extent.Builder builderForValue)

 Extent of the slice in all tensor dimensions.
 Must have one entry for each of the dimension of the tensor that this
 slice belongs to.  The order of sizes is the same as the order of
 dimensions in the TensorShape.
 
repeated .tensorflow.TensorSliceProto.Extent extent = 1;

public TensorSliceProto.Builder setField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor do objeto)

public TensorSliceProto.Builder setRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, índice int, valor do objeto)

public final TensorSliceProto.Builder setUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)