TensorInfo.Builder

パブリック静的最終クラスTensorInfo.Builder

 Information about a Tensor necessary for feeding or retrieval.
 
Protobuf 型tensorflow.TensorInfo

パブリックメソッド

TensorInfo.Builder
addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor フィールド、オブジェクト値)
テンソル情報
建てる()
テンソル情報
TensorInfo.Builder
クリア()
TensorInfo.Builder
クリアCompositeTensor ()
 Generic encoding for CompositeTensors.
TensorInfo.Builder
クリアクースパース()
 There are many possible encodings of sparse matrices
 (https://en.wikipedia.org/wiki/Sparse_matrix).
TensorInfo.Builder
クリアDtype ()
.tensorflow.DataType dtype = 2;
TensorInfo.Builder
TensorInfo.Builder
clearField (com.google.protobuf.Descriptors.FieldDescriptor フィールド)
TensorInfo.Builder
クリアネーム()
 For dense `Tensor`s, the name of the tensor in the graph.
TensorInfo.Builder
clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)
TensorInfo.Builder
クリアTensorShape ()
 The static shape should be recorded here, to the extent that it can
 be known in advance.
TensorInfo.Builder
TensorInfo.CompositeTensor
getCompositeTensor ()
 Generic encoding for CompositeTensors.
TensorInfo.CompositeTensor.Builder
getCompositeTensorBuilder ()
 Generic encoding for CompositeTensors.
TensorInfo.CompositeTensorOrBuilder
getCompositeTensorOrBuilder ()
 Generic encoding for CompositeTensors.
TensorInfo.CooSparse
getCooSparse ()
 There are many possible encodings of sparse matrices
 (https://en.wikipedia.org/wiki/Sparse_matrix).
TensorInfo.CooSparse.Builder
getCooSparseBuilder ()
 There are many possible encodings of sparse matrices
 (https://en.wikipedia.org/wiki/Sparse_matrix).
TensorInfo.CooSparseOrBuilder
getCooSparseOrBuilder ()
 There are many possible encodings of sparse matrices
 (https://en.wikipedia.org/wiki/Sparse_matrix).
テンソル情報
最終的な静的 com.google.protobuf.Descriptors.Descriptor
com.google.protobuf.Descriptors.Descriptor
データ・タイプ
getDtype ()
.tensorflow.DataType dtype = 2;
整数
getDtypeValue ()
.tensorflow.DataType dtype = 2;
TensorInfo.EncodingCase
getName ()
 For dense `Tensor`s, the name of the tensor in the graph.
com.google.protobuf.ByteString
getNameBytes ()
 For dense `Tensor`s, the name of the tensor in the graph.
テンソル形状プロト
getTensorShape ()
 The static shape should be recorded here, to the extent that it can
 be known in advance.
TensorShapeProto.Builder
getTensorShapeBuilder ()
 The static shape should be recorded here, to the extent that it can
 be known in advance.
TensorShapeProtoOrBuilder
getTensorShapeOrBuilder ()
 The static shape should be recorded here, to the extent that it can
 be known in advance.
ブール値
hasCompositeTensor ()
 Generic encoding for CompositeTensors.
ブール値
hasCooSparse ()
 There are many possible encodings of sparse matrices
 (https://en.wikipedia.org/wiki/Sparse_matrix).
ブール値
hasTensorShape ()
 The static shape should be recorded here, to the extent that it can
 be known in advance.
最終ブール値
TensorInfo.Builder
mergeCompositeTensor ( TensorInfo.CompositeTensor値)
 Generic encoding for CompositeTensors.
TensorInfo.Builder
mergeCooSparse ( TensorInfo.CooSparse値)
 There are many possible encodings of sparse matrices
 (https://en.wikipedia.org/wiki/Sparse_matrix).
TensorInfo.Builder
mergeFrom (com.google.protobuf.Message other)
TensorInfo.Builder
mergeFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
TensorInfo.Builder
mergeTensorShape ( TensorShapeProto値)
 The static shape should be recorded here, to the extent that it can
 be known in advance.
最終的なTensorInfo.Builder
mergeUnknownFields (com.google.protobuf.UnknownFieldSet 不明フィールド)
TensorInfo.Builder
setCompositeTensor ( TensorInfo.CompositeTensor値)
 Generic encoding for CompositeTensors.
TensorInfo.Builder
setCompositeTensor ( TensorInfo.CompositeTensor.Builder builderForValue)
 Generic encoding for CompositeTensors.
TensorInfo.Builder
setCooSparse ( TensorInfo.CooSparse値)
 There are many possible encodings of sparse matrices
 (https://en.wikipedia.org/wiki/Sparse_matrix).
TensorInfo.Builder
setCooSparse ( TensorInfo.CooSparse.Builder builderForValue)
 There are many possible encodings of sparse matrices
 (https://en.wikipedia.org/wiki/Sparse_matrix).
TensorInfo.Builder
setDtype ( DataType値)
.tensorflow.DataType dtype = 2;
TensorInfo.Builder
setDtypeValue (int 値)
.tensorflow.DataType dtype = 2;
TensorInfo.Builder
setField (com.google.protobuf.Descriptors.FieldDescriptor フィールド、オブジェクト値)
TensorInfo.Builder
setName (文字列値)
 For dense `Tensor`s, the name of the tensor in the graph.
TensorInfo.Builder
setNameBytes (com.google.protobuf.ByteString 値)
 For dense `Tensor`s, the name of the tensor in the graph.
TensorInfo.Builder
setRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor フィールド、int インデックス、オブジェクト値)
TensorInfo.Builder
setTensorShape ( TensorShapeProto値)
 The static shape should be recorded here, to the extent that it can
 be known in advance.
TensorInfo.Builder
setTensorShape ( TensorShapeProto.Builder builderForValue)
 The static shape should be recorded here, to the extent that it can
 be known in advance.
最終的なTensorInfo.Builder
setUnknownFields (com.google.protobuf.UnknownFieldSetknownFields)

継承されたメソッド

パブリックメソッド

public TensorInfo.Builder addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor フィールド、オブジェクト値)

public TensorInfoビルド()

public TensorInfo buildPartial ()

public TensorInfo.Builder clear ()

public TensorInfo.Builder clearCompositeTensor ()

 Generic encoding for CompositeTensors.
 
.tensorflow.TensorInfo.CompositeTensor composite_tensor = 5;

public TensorInfo.Builder clearCooSparse ()

 There are many possible encodings of sparse matrices
 (https://en.wikipedia.org/wiki/Sparse_matrix).  Currently, TensorFlow
 uses only the COO encoding.  This is supported and documented in the
 SparseTensor Python class.
 
.tensorflow.TensorInfo.CooSparse coo_sparse = 4;

public TensorInfo.Builder clearDtype ()

.tensorflow.DataType dtype = 2;

public TensorInfo.Builder clearEncoding ()

public TensorInfo.Builder clearField (com.google.protobuf.Descriptors.FieldDescriptor フィールド)

public TensorInfo.Builder clearName ()

 For dense `Tensor`s, the name of the tensor in the graph.
 
string name = 1;

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

public TensorInfo.Builder clearTensorShape ()

 The static shape should be recorded here, to the extent that it can
 be known in advance.  In the case of a SparseTensor, this field describes
 the logical shape of the represented tensor (aka dense_shape).
 
.tensorflow.TensorShapeProto tensor_shape = 3;

パブリックTensorInfo.Builderクローン()

public TensorInfo.CompositeTensor getCompositeTensor ()

 Generic encoding for CompositeTensors.
 
.tensorflow.TensorInfo.CompositeTensor composite_tensor = 5;

public TensorInfo.CompositeTensor.Builder getCompositeTensorBuilder ()

 Generic encoding for CompositeTensors.
 
.tensorflow.TensorInfo.CompositeTensor composite_tensor = 5;

public TensorInfo.CompositeTensorOrBuilder getCompositeTensorOrBuilder ()

 Generic encoding for CompositeTensors.
 
.tensorflow.TensorInfo.CompositeTensor composite_tensor = 5;

public TensorInfo.CooSparse getCooSparse ()

 There are many possible encodings of sparse matrices
 (https://en.wikipedia.org/wiki/Sparse_matrix).  Currently, TensorFlow
 uses only the COO encoding.  This is supported and documented in the
 SparseTensor Python class.
 
.tensorflow.TensorInfo.CooSparse coo_sparse = 4;

public TensorInfo.CooSparse.Builder getCooSparseBuilder ()

 There are many possible encodings of sparse matrices
 (https://en.wikipedia.org/wiki/Sparse_matrix).  Currently, TensorFlow
 uses only the COO encoding.  This is supported and documented in the
 SparseTensor Python class.
 
.tensorflow.TensorInfo.CooSparse coo_sparse = 4;

public TensorInfo.CooSparseOrBuilder getCooSparseOrBuilder ()

 There are many possible encodings of sparse matrices
 (https://en.wikipedia.org/wiki/Sparse_matrix).  Currently, TensorFlow
 uses only the COO encoding.  This is supported and documented in the
 SparseTensor Python class.
 
.tensorflow.TensorInfo.CooSparse coo_sparse = 4;

public TensorInfo getDefaultInstanceForType ()

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

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

public DataType getDtype ()

.tensorflow.DataType dtype = 2;

public int getDtypeValue ()

.tensorflow.DataType dtype = 2;

public TensorInfo.EncodingCase getEncodingCase ()

public String getName ()

 For dense `Tensor`s, the name of the tensor in the graph.
 
string name = 1;

public com.google.protobuf.ByteString getNameBytes ()

 For dense `Tensor`s, the name of the tensor in the graph.
 
string name = 1;

public TensorShapeProto getTensorShape ()

 The static shape should be recorded here, to the extent that it can
 be known in advance.  In the case of a SparseTensor, this field describes
 the logical shape of the represented tensor (aka dense_shape).
 
.tensorflow.TensorShapeProto tensor_shape = 3;

public TensorShapeProto.Builder getTensorShapeBuilder ()

 The static shape should be recorded here, to the extent that it can
 be known in advance.  In the case of a SparseTensor, this field describes
 the logical shape of the represented tensor (aka dense_shape).
 
.tensorflow.TensorShapeProto tensor_shape = 3;

public TensorShapeProtoOrBuilder getTensorShapeOrBuilder ()

 The static shape should be recorded here, to the extent that it can
 be known in advance.  In the case of a SparseTensor, this field describes
 the logical shape of the represented tensor (aka dense_shape).
 
.tensorflow.TensorShapeProto tensor_shape = 3;

public boolean hasCompositeTensor ()

 Generic encoding for CompositeTensors.
 
.tensorflow.TensorInfo.CompositeTensor composite_tensor = 5;

public boolean hasCooSparse ()

 There are many possible encodings of sparse matrices
 (https://en.wikipedia.org/wiki/Sparse_matrix).  Currently, TensorFlow
 uses only the COO encoding.  This is supported and documented in the
 SparseTensor Python class.
 
.tensorflow.TensorInfo.CooSparse coo_sparse = 4;

public boolean hasTensorShape ()

 The static shape should be recorded here, to the extent that it can
 be known in advance.  In the case of a SparseTensor, this field describes
 the logical shape of the represented tensor (aka dense_shape).
 
.tensorflow.TensorShapeProto tensor_shape = 3;

パブリック最終ブール値isInitialized ()

public TensorInfo.Builder mergeCompositeTensor ( TensorInfo.CompositeTensor値)

 Generic encoding for CompositeTensors.
 
.tensorflow.TensorInfo.CompositeTensor composite_tensor = 5;

public TensorInfo.Builder mergeCooSparse ( TensorInfo.CooSparse値)

 There are many possible encodings of sparse matrices
 (https://en.wikipedia.org/wiki/Sparse_matrix).  Currently, TensorFlow
 uses only the COO encoding.  This is supported and documented in the
 SparseTensor Python class.
 
.tensorflow.TensorInfo.CooSparse coo_sparse = 4;

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

public TensorInfo.Builder mergeFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)

投げる
IO例外

public TensorInfo.Builder mergeTensorShape ( TensorShapeProto値)

 The static shape should be recorded here, to the extent that it can
 be known in advance.  In the case of a SparseTensor, this field describes
 the logical shape of the represented tensor (aka dense_shape).
 
.tensorflow.TensorShapeProto tensor_shape = 3;

public Final TensorInfo.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet knownFields)

public TensorInfo.Builder setCompositeTensor ( TensorInfo.CompositeTensor値)

 Generic encoding for CompositeTensors.
 
.tensorflow.TensorInfo.CompositeTensor composite_tensor = 5;

public TensorInfo.Builder setCompositeTensor ( TensorInfo.CompositeTensor.Builder builderForValue)

 Generic encoding for CompositeTensors.
 
.tensorflow.TensorInfo.CompositeTensor composite_tensor = 5;

public TensorInfo.Builder setCooSparse ( TensorInfo.CooSparse値)

 There are many possible encodings of sparse matrices
 (https://en.wikipedia.org/wiki/Sparse_matrix).  Currently, TensorFlow
 uses only the COO encoding.  This is supported and documented in the
 SparseTensor Python class.
 
.tensorflow.TensorInfo.CooSparse coo_sparse = 4;

public TensorInfo.Builder setCooSparse ( TensorInfo.CooSparse.Builder builderForValue)

 There are many possible encodings of sparse matrices
 (https://en.wikipedia.org/wiki/Sparse_matrix).  Currently, TensorFlow
 uses only the COO encoding.  This is supported and documented in the
 SparseTensor Python class.
 
.tensorflow.TensorInfo.CooSparse coo_sparse = 4;

public TensorInfo.Builder setDtype ( DataType値)

.tensorflow.DataType dtype = 2;

public TensorInfo.Builder setDtypeValue (int 値)

.tensorflow.DataType dtype = 2;

public TensorInfo.Builder setField (com.google.protobuf.Descriptors.FieldDescriptor フィールド、オブジェクト値)

public TensorInfo.Builder setName (文字列値)

 For dense `Tensor`s, the name of the tensor in the graph.
 
string name = 1;

public TensorInfo.Builder setNameBytes (com.google.protobuf.ByteString 値)

 For dense `Tensor`s, the name of the tensor in the graph.
 
string name = 1;

public TensorInfo.Builder setRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor フィールド、int インデックス、オブジェクト値)

public TensorInfo.Builder setTensorShape ( TensorShapeProto値)

 The static shape should be recorded here, to the extent that it can
 be known in advance.  In the case of a SparseTensor, this field describes
 the logical shape of the represented tensor (aka dense_shape).
 
.tensorflow.TensorShapeProto tensor_shape = 3;

public TensorInfo.Builder setTensorShape ( TensorShapeProto.Builder builderForValue)

 The static shape should be recorded here, to the extent that it can
 be known in advance.  In the case of a SparseTensor, this field describes
 the logical shape of the represented tensor (aka dense_shape).
 
.tensorflow.TensorShapeProto tensor_shape = 3;

public Final TensorInfo.Builder setUnknownFields (com.google.protobuf.UnknownFieldSet knownFields)