publiczna statyczna klasa końcowa TensorInfo.Builder
Information about a Tensor necessary for feeding or retrieval.
tensorflow.TensorInfo Metody publiczne
| TensorInfo.Builder | addRepeatedField (pole com.google.protobuf.Descriptors.FieldDescriptor, wartość obiektu) |
| Informacje Tensora | zbudować () |
| Informacje o Tensorze | |
| TensorInfo.Builder | jasne () |
| 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 | wyczyść typ () .tensorflow.DataType dtype = 2; |
| TensorInfo.Builder | |
| TensorInfo.Builder | clearField (pole com.google.protobuf.Descriptors.FieldDescriptor) |
| TensorInfo.Builder | wyczyśćNazwa () For dense `Tensor`s, the name of the tensor in the graph. |
| TensorInfo.Builder | clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof) |
| TensorInfo.Builder | wyczyśćTensorShape () The static shape should be recorded here, to the extent that it can be known in advance. |
| TensorInfo.Builder | klon () |
| 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). |
| Informacje o Tensorze | |
| końcowy statyczny com.google.protobuf.Descriptors.Descriptor | |
| com.google.protobuf.Descriptors.Descriptor | |
| Typ danych | getDtype () .tensorflow.DataType dtype = 2; |
| wew | getDtypeValue () .tensorflow.DataType dtype = 2; |
| TensorInfo.EncodingCase | |
| Smyczkowy | pobierz nazwę () 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 | pobierzTensorShape () 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. |
| wartość logiczna | maCompositeTensor () Generic encoding for CompositeTensors. |
| wartość logiczna | maCooSparse () There are many possible encodings of sparse matrices (https://en.wikipedia.org/wiki/Sparse_matrix). |
| wartość logiczna | maTensorShape () The static shape should be recorded here, to the extent that it can be known in advance. |
| końcowa wartość logiczna | |
| TensorInfo.Builder | |
| TensorInfo.Builder | mergeCooSparse (wartość TensorInfo.CooSparse ) There are many possible encodings of sparse matrices (https://en.wikipedia.org/wiki/Sparse_matrix). |
| TensorInfo.Builder | mergeFrom (com.google.protobuf.Wiadomość inna) |
| TensorInfo.Builder | mergeFrom (wejście com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
| TensorInfo.Builder | mergeTensorShape (wartość TensorShapeProto ) The static shape should be recorded here, to the extent that it can be known in advance. |
| końcowy TensorInfo.Builder | mergeUnknownFields (com.google.protobuf.UnknownFieldUstaw nieznane pola) |
| TensorInfo.Builder | |
| TensorInfo.Builder | setCompositeTensor ( TensorInfo.CompositeTensor.Builder builderForValue) Generic encoding for CompositeTensors. |
| TensorInfo.Builder | setCooSparse (wartość 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 (wartość int) .tensorflow.DataType dtype = 2; |
| TensorInfo.Builder | setField (pole com.google.protobuf.Descriptors.FieldDescriptor, wartość obiektu) |
| TensorInfo.Builder | setName (wartość ciągu) For dense `Tensor`s, the name of the tensor in the graph. |
| TensorInfo.Builder | setNameBytes (wartość com.google.protobuf.ByteString) For dense `Tensor`s, the name of the tensor in the graph. |
| TensorInfo.Builder | setRepeatedField (pole com.google.protobuf.Descriptors.FieldDescriptor, indeks int, wartość obiektu) |
| TensorInfo.Builder | setTensorShape (wartość 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. |
| końcowy TensorInfo.Builder | setUnknownFields (com.google.protobuf.UnknownFieldUstaw nieznane pola) |
Metody dziedziczone
Metody publiczne
public TensorInfo.Builder addRepeatedField (pole com.google.protobuf.Descriptors.FieldDescriptor, wartość obiektu)
publiczny TensorInfo.Builder clearCompositeTensor ()
Generic encoding for CompositeTensors.
.tensorflow.TensorInfo.CompositeTensor composite_tensor = 5; publiczny 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; publiczny TensorInfo.Builder clearName ()
For dense `Tensor`s, the name of the tensor in the graph.
string name = 1; publiczny 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; publiczny 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; publiczny 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; publiczny 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; publiczny 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 ()
publiczny com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()
publiczny int getDtypeValue ()
.tensorflow.DataType dtype = 2;
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; publiczny 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; publiczny 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; publiczny 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; publiczna wartość logiczna maCompositeTensor ()
Generic encoding for CompositeTensors.
.tensorflow.TensorInfo.CompositeTensor composite_tensor = 5; publiczna wartość logiczna 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; publiczna wartość logiczna 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; publiczna końcowa wartość logiczna isInitialized ()
public TensorInfo.Builder mergeCompositeTensor (wartość TensorInfo.CompositeTensor )
Generic encoding for CompositeTensors.
.tensorflow.TensorInfo.CompositeTensor composite_tensor = 5;public TensorInfo.Builder mergeCooSparse (wartość 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; publiczny TensorInfo.Builder mergeFrom (wejście com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite rozszerzenieRegistry)
Rzuca
| Wyjątek IO |
|---|
public TensorInfo.Builder mergeTensorShape (wartość 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; publiczny końcowy TensorInfo.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSetknownFields)
public TensorInfo.Builder setCompositeTensor (wartość TensorInfo.CompositeTensor )
Generic encoding for CompositeTensors.
.tensorflow.TensorInfo.CompositeTensor composite_tensor = 5; publiczny TensorInfo.Builder setCompositeTensor ( TensorInfo.CompositeTensor.Builder builderForValue)
Generic encoding for CompositeTensors.
.tensorflow.TensorInfo.CompositeTensor composite_tensor = 5; public TensorInfo.Builder setCooSparse (wartość 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; publiczny 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 (pole com.google.protobuf.Descriptors.FieldDescriptor, wartość obiektu)
public TensorInfo.Builder setName (wartość ciągu)
For dense `Tensor`s, the name of the tensor in the graph.
string name = 1; publiczny TensorInfo.Builder setNameBytes (wartość com.google.protobuf.ByteString)
For dense `Tensor`s, the name of the tensor in the graph.
string name = 1; public TensorInfo.Builder setRepeatedField (pole com.google.protobuf.Descriptors.FieldDescriptor, indeks int, wartość obiektu)
public TensorInfo.Builder setTensorShape (wartość 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;publiczny 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;