کلاس نهایی استاتیک عمومی TensorInfo.Builder
Information about a Tensor necessary for feeding or retrieval.
tensorflow.TensorInfo روش های عمومی
| TensorInfo.Builder | addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor فیلد، مقدار Object) |
| TensorInfo | ساختن () |
| TensorInfo | ساخت جزئی () |
| 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 (فیلد 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). |
| TensorInfo | |
| نهایی static 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. |
| 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. |
| بولی | 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 | |
| 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.UnknownFieldSetknownFields) |
| TensorInfo.Builder | |
| 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 | |
| TensorInfo.Builder | setDtypeValue (مقدار int) .tensorflow.DataType dtype = 2; |
| TensorInfo.Builder | setField (com.google.protobuf.Descriptors.FieldDescriptor فیلد، مقدار Object) |
| 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، مقدار Object) |
| 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) |
روش های ارثی
روش های عمومی
عمومی TensorInfo.Builder addRepeatedField (فیلد com.google.protobuf.Descriptors.FieldDescriptor، مقدار Object)
عمومی TensorInfo.Builder clearCompositeTensor ()
Generic encoding for CompositeTensors.
.tensorflow.TensorInfo.CompositeTensor composite_tensor = 5; عمومی 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; عمومی TensorInfo.Builder clearName ()
For dense `Tensor`s, the name of the tensor in the graph.
string name = 1; عمومی 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.CompositeTensor getCompositeTensor ()
Generic encoding for CompositeTensors.
.tensorflow.TensorInfo.CompositeTensor composite_tensor = 5; عمومی TensorInfo.CompositeTensor.Builder getCompositeTensorBuilder ()
Generic encoding for CompositeTensors.
.tensorflow.TensorInfo.CompositeTensor composite_tensor = 5; عمومی TensorInfo.CompositeTensorOrBuilder getCompositeTensorOrBuilder ()
Generic encoding for CompositeTensors.
.tensorflow.TensorInfo.CompositeTensor composite_tensor = 5; عمومی 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; عمومی 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; عمومی 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 static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
عمومی com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()
عمومی int getDtypeValue ()
.tensorflow.DataType dtype = 2;
رشته عمومی getName ()
For dense `Tensor`s, the name of the tensor in the graph.
string name = 1; عمومی com.google.protobuf.ByteString getNameBytes ()
For dense `Tensor`s, the name of the tensor in the graph.
string name = 1; عمومی 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; عمومی 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; عمومی 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; بولی عمومی hasCompositeTensor ()
Generic encoding for CompositeTensors.
.tensorflow.TensorInfo.CompositeTensor composite_tensor = 5; بولی عمومی 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; بولی عمومی 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 ()
عمومی TensorInfo.Builder mergeCompositeTensor (مقدار TensorInfo.CompositeTensor )
Generic encoding for CompositeTensors.
.tensorflow.TensorInfo.CompositeTensor composite_tensor = 5;عمومی 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; عمومی TensorInfo.Builder mergeFrom (com.google.protobuf.CodedInputStream ورودی، com.google.protobuf.ExtensionRegistryLite extensionRegistry)
پرتاب می کند
| IOException |
|---|
عمومی 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; عمومی TensorInfo.Builder setCompositeTensor (مقدار TensorInfo.CompositeTensor )
Generic encoding for CompositeTensors.
.tensorflow.TensorInfo.CompositeTensor composite_tensor = 5; عمومی TensorInfo.Builder setCompositeTensor ( TensorInfo.CompositeTensor.Builder builderForValue)
Generic encoding for CompositeTensors.
.tensorflow.TensorInfo.CompositeTensor composite_tensor = 5; عمومی 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; عمومی 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 setField (com.google.protobuf.Descriptors.FieldDescriptor فیلد، مقدار Object)
عمومی TensorInfo.Builder setName (مقدار رشته)
For dense `Tensor`s, the name of the tensor in the graph.
string name = 1; عمومی TensorInfo.Builder setNameBytes (com.google.protobuf.ByteString مقدار)
For dense `Tensor`s, the name of the tensor in the graph.
string name = 1; عمومی TensorInfo.Builder setRepeatedField (فیلد com.google.protobuf.Descriptors.FieldDescriptor، نمایه int، مقدار Object)
عمومی 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;عمومی 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;