публичный статический финальный класс TensorInfo.Builder
Information about a Tensor necessary for feeding or retrieval.
tensorflow.TensorInfo Публичные методы
| TensorInfo.Builder | addRepeatedField (поле com.google.protobuf.Descriptors.FieldDescriptor, значение объекта) |
| ТензорИнфо | строить () |
| ТензорИнфо | |
| TensorInfo.Builder | прозрачный () |
| TensorInfo.Builder | ОчиститьКомпозиттензор () Generic encoding for CompositeTensors. |
| TensorInfo.Builder | очиститьКуСпарс () There are many possible encodings of sparse matrices (https://en.wikipedia.org/wiki/Sparse_matrix). |
| TensorInfo.Builder | ОчиститьДтип () .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 | ОчиститьТензорШейп () The static shape should be recorded here, to the extent that it can be known in advance. |
| TensorInfo.Builder | клон () |
| TensorInfo.CompositeTensor | получитьКомпозиттензор () 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 | |
| Нить | получитьИмя () 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. |
| логическое значение | имеетКомпозиттензор () Generic encoding for CompositeTensors. |
| логическое значение | имеетCooSparse () There are many possible encodings of sparse matrices (https://en.wikipedia.org/wiki/Sparse_matrix). |
| логическое значение | имеетТензорШейп () 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 другое) |
| 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 (целое значение) .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.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.BuilderclearName ( )
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; 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; общедоступный статический окончательный com.google.protobuf.Descriptors.Descriptor getDescriptor ()
общедоступный com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()
public int getDtypeValue ()
.tensorflow.DataType dtype = 2;
общедоступная строка 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; общедоступный 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; 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; общедоступное логическое значение 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 ()
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.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; публичный финал TensorInfo.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSetknownFields)
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 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;