TensorInfo.Builder

lớp cuối cùng tĩnh công khai TensorInfo.Builder

 Information about a Tensor necessary for feeding or retrieval.
 
Loại tensorflow.TensorInfo của Protobuf.TensorInfo

Phương pháp công cộng

TensorInfo.Builder
addRepeatedField (trường com.google.protobuf.Descriptors.FieldDescriptor, Giá trị đối tượng)
Thông tin Tensor
Thông tin Tensor
TensorInfo.Builder
TensorInfo.Builder
ClearCompositeTensor ()
 Generic encoding for CompositeTensors.
TensorInfo.Builder
clearCooSparse ()
 There are many possible encodings of sparse matrices
 (https://en.wikipedia.org/wiki/Sparse_matrix).
TensorInfo.Builder
ClearDtype ()
.tensorflow.DataType dtype = 2;
TensorInfo.Builder
TensorInfo.Builder
ClearField (trường com.google.protobuf.Descriptors.FieldDescriptor)
TensorInfo.Builder
ClearName ()
 For dense `Tensor`s, the name of the tensor in the graph.
TensorInfo.Builder
ClearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)
TensorInfo.Builder
ClearTensorShape ()
 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).
Thông tin Tensor
com.google.protobuf.Descriptors.Descriptor tĩnh cuối cùng
com.google.protobuf.Descriptors.Descriptor
Loại dữ liệu
getDtype ()
.tensorflow.DataType dtype = 2;
int
getDtypeValue ()
.tensorflow.DataType dtype = 2;
TensorInfo.EncodingCase
Sợi dây
lấy Tên ()
 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.
TensorShapeProto
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.
boolean
hasCompositeTensor ()
 Generic encoding for CompositeTensors.
boolean
hasCooSparse ()
 There are many possible encodings of sparse matrices
 (https://en.wikipedia.org/wiki/Sparse_matrix).
boolean
hasTensorShape ()
 The static shape should be recorded here, to the extent that it can
 be known in advance.
boolean cuối cùng
TensorInfo.Builder
mergeCompositeTensor (giá trị TensorInfo.CompositeTensor )
 Generic encoding for CompositeTensors.
TensorInfo.Builder
mergeCooSparse (giá trị 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 (đầu vào com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
TensorInfo.Builder
mergeTensorShape (giá trị TensorShapeProto )
 The static shape should be recorded here, to the extent that it can
 be known in advance.
TensorInfo.Builder cuối cùng
hợp nhấtUnknownFields (com.google.protobuf.UnknownFieldSet knownFields)
TensorInfo.Builder
setCompositeTensor (giá trị TensorInfo.CompositeTensor )
 Generic encoding for CompositeTensors.
TensorInfo.Builder
setCompositeTensor ( TensorInfo.CompositeTensor.Builder builderForValue)
 Generic encoding for CompositeTensors.
TensorInfo.Builder
setCooSparse (giá trị 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 (giá trị kiểu dữ liệu )
.tensorflow.DataType dtype = 2;
TensorInfo.Builder
setDtypeValue (giá trị int)
.tensorflow.DataType dtype = 2;
TensorInfo.Builder
setField (trường com.google.protobuf.Descriptors.FieldDescriptor, Giá trị đối tượng)
TensorInfo.Builder
setName (Giá trị chuỗi)
 For dense `Tensor`s, the name of the tensor in the graph.
TensorInfo.Builder
setNameBytes (giá trị com.google.protobuf.ByteString)
 For dense `Tensor`s, the name of the tensor in the graph.
TensorInfo.Builder
setRepeatedField (trường com.google.protobuf.Descriptors.FieldDescriptor, chỉ mục int, giá trị đối tượng)
TensorInfo.Builder
setTensorShape (giá trị 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 cuối cùng
setUnknownFields (com.google.protobuf.UnknownFieldSet knownFields)

Phương pháp kế thừa

Phương pháp công cộng

công khai TensorInfo.Builder addRepeatedField (trường com.google.protobuf.Descriptors.FieldDescriptor, Giá trị đối tượng)

bản dựng TensorInfo công khai ()

công khai TensorInfo buildPartial ()

công khai TensorInfo.Builder rõ ràng ()

công khai TensorInfo.Builder clearCompositeTensor ()

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

công khai 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;

công khai TensorInfo.Builder clearDtype ()

.tensorflow.DataType dtype = 2;

công khai TensorInfo.Builder clearEncoding ()

công khai TensorInfo.Builder clearField (trường com.google.protobuf.Descriptors.FieldDescriptor)

công khai TensorInfo.Builder clearName ()

string name = 1;

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

công khai TensorInfo.Builder clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)

công khai 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;

bản sao TensorInfo.Builder công khai ()

công khai TensorInfo.CompositeTensor getCompositeTensor ()

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

công khai TensorInfo.CompositeTensor.Builder getCompositeTensorBuilder ()

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

công khai TensorInfo.CompositeTensorOrBuilder getCompositeTensorOrBuilder ()

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

công khai 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;

công khai 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;

công khai 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;

công khai TensorInfo getDefaultInstanceForType ()

công khai tĩnh cuối cùng com.google.protobuf.Descriptors.Descriptor getDescriptor ()

com.google.protobuf.Descriptors.Descriptor công khai getDescriptorForType ()

Kiểu dữ liệu công khai getDtype ()

.tensorflow.DataType dtype = 2;

int công khai getDtypeValue ()

.tensorflow.DataType dtype = 2;

công khai TensorInfo.EncodingCase getEncodingCase ()

Chuỗi công khai getName ()

string name = 1;

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

com.google.protobuf.ByteString getNameBytes công khai ()

string name = 1;

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

công khai 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;

công khai 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;

công khai 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;

boolean công khai hasCompositeTensor ()

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

boolean công khai 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;

boolean công khai 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;

boolean cuối cùng công khai được khởi tạo ()

công khai TensorInfo.Builder mergeCompositeTensor (giá trị TensorInfo.CompositeTensor )

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

công khai TensorInfo.Builder mergeCooSparse (giá trị 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;

công khai TensorInfo.Builder mergeFrom (com.google.protobuf.Message other)

công khai TensorInfo.Builder mergeFrom (đầu vào com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

Ném
IOException

công khai TensorInfo.Builder mergeTensorShape (giá trị 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;

trận chung kết công khai TensorInfo.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet knownFields)

công khai TensorInfo.Builder setCompositeTensor (giá trị TensorInfo.CompositeTensor )

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

công khai TensorInfo.Builder setCompositeTensor ( TensorInfo.CompositeTensor.Builder builderForValue)

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

công khai TensorInfo.Builder setCooSparse (giá trị 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;

công khai 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;

công khai TensorInfo.Builder setDtype (giá trị DataType )

.tensorflow.DataType dtype = 2;

công khai TensorInfo.Builder setDtypeValue (giá trị int)

.tensorflow.DataType dtype = 2;

công khai TensorInfo.Builder setField (trường com.google.protobuf.Descriptors.FieldDescriptor, Giá trị đối tượng)

công khai TensorInfo.Builder setName (Giá trị chuỗi)

string name = 1;

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

công khai TensorInfo.Builder setNameBytes (giá trị com.google.protobuf.ByteString)

string name = 1;

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

công khai TensorInfo.Builder setRepeatedField (trường com.google.protobuf.Descriptors.FieldDescriptor, chỉ mục int, giá trị đối tượng)

công khai TensorInfo.Builder setTensorShape (giá trị 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;

công khai 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;

trận chung kết công khai TensorInfo.Builder setUnknownFields (com.google.protobuf.UnknownFieldSet knownFields)