TensorInfo.CooSparse.Builder

공개 정적 최종 클래스 TensorInfo.CooSparse.Builder

 For sparse tensors, The COO encoding stores a triple of values, indices,
 and shape.
 
Protobuf 유형 tensorflow.TensorInfo.CooSparse

공개 방법

TensorInfo.CooSparse.Builder
addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor 필드, 개체 값)
TensorInfo.CooSparse
짓다 ()
TensorInfo.CooSparse
TensorInfo.CooSparse.Builder
TensorInfo.CooSparse.Builder
ClearDenseShapeTensorName ()
 The dynamic logical shape represented by the SparseTensor is recorded in
 the Tensor referenced here.
TensorInfo.CooSparse.Builder
ClearField (com.google.protobuf.Descriptors.FieldDescriptor 필드)
TensorInfo.CooSparse.Builder
ClearIndicesTensorName ()
 The indices Tensor must have dtype int64 and shape [?, ?].
TensorInfo.CooSparse.Builder
ClearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)
TensorInfo.CooSparse.Builder
ClearValuesTensorName ()
 The shape of the values Tensor is [?].
TensorInfo.CooSparse.Builder
클론 ()
TensorInfo.CooSparse
getDenseShapeTensorName ()
 The dynamic logical shape represented by the SparseTensor is recorded in
 the Tensor referenced here.
com.google.protobuf.ByteString
getDenseShapeTensorNameBytes ()
 The dynamic logical shape represented by the SparseTensor is recorded in
 the Tensor referenced here.
최종 정적 com.google.protobuf.Descriptors.Descriptor
com.google.protobuf.Descriptors.Descriptor
getIndicesTensorName ()
 The indices Tensor must have dtype int64 and shape [?, ?].
com.google.protobuf.ByteString
getIndicesTensorNameBytes ()
 The indices Tensor must have dtype int64 and shape [?, ?].
getValuesTensorName ()
 The shape of the values Tensor is [?].
com.google.protobuf.ByteString
getValuesTensorNameBytes ()
 The shape of the values Tensor is [?].
최종 부울
TensorInfo.CooSparse.Builder
mergeFrom (com.google.protobuf.CodedInputStream 입력, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
TensorInfo.CooSparse.Builder
mergeFrom (com.google.protobuf.다른 메시지 보내기)
최종 TensorInfo.CooSparse.Builder
mergeUnknownFields (com.google.protobuf.UnknownFieldSet 알려지지 않은Fields)
TensorInfo.CooSparse.Builder
setDenseShapeTensorName (문자열 값)
 The dynamic logical shape represented by the SparseTensor is recorded in
 the Tensor referenced here.
TensorInfo.CooSparse.Builder
setDenseShapeTensorNameBytes (com.google.protobuf.ByteString 값)
 The dynamic logical shape represented by the SparseTensor is recorded in
 the Tensor referenced here.
TensorInfo.CooSparse.Builder
setField (com.google.protobuf.Descriptors.FieldDescriptor 필드, 개체 값)
TensorInfo.CooSparse.Builder
setIndicesTensorName (문자열 값)
 The indices Tensor must have dtype int64 and shape [?, ?].
TensorInfo.CooSparse.Builder
setIndicesTensorNameBytes (com.google.protobuf.ByteString 값)
 The indices Tensor must have dtype int64 and shape [?, ?].
TensorInfo.CooSparse.Builder
setRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor 필드, int 인덱스, 개체 값)
최종 TensorInfo.CooSparse.Builder
setUnknownFields (com.google.protobuf.UnknownFieldSet UnknownFields)
TensorInfo.CooSparse.Builder
setValuesTensorName (문자열 값)
 The shape of the values Tensor is [?].
TensorInfo.CooSparse.Builder
setValuesTensorNameBytes (com.google.protobuf.ByteString 값)
 The shape of the values Tensor is [?].

상속된 메서드

공개 방법

공개 TensorInfo.CooSparse.Builder addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor 필드, 개체 값)

공개 TensorInfo.CooSparse 빌드 ()

공개 TensorInfo.CooSparse buildPartial ()

공개 TensorInfo.CooSparse.Builder 클리어 ()

공개 TensorInfo.CooSparse.Builder ClearDenseShapeTensorName ()

 The dynamic logical shape represented by the SparseTensor is recorded in
 the Tensor referenced here.  It must have dtype int64 and shape [?].
 
string dense_shape_tensor_name = 3;

공개 TensorInfo.CooSparse.BuilderclearField ( com.google.protobuf.Descriptors.FieldDescriptor 필드)

공개 TensorInfo.CooSparse.Builder ClearIndicesTensorName ()

 The indices Tensor must have dtype int64 and shape [?, ?].
 
string indices_tensor_name = 2;

공개 TensorInfo.CooSparse.BuilderclearOneof ( com.google.protobuf.Descriptors.OneofDescriptor oneof)

공개 TensorInfo.CooSparse.Builder ClearValuesTensorName ()

 The shape of the values Tensor is [?].  Its dtype must be the dtype of
 the SparseTensor as a whole, given in the enclosing TensorInfo.
 
string values_tensor_name = 1;

공개 TensorInfo.CooSparse.Builder 클론 ()

공개 TensorInfo.CooSparse getDefaultInstanceForType ()

공개 문자열 getDenseShapeTensorName ()

 The dynamic logical shape represented by the SparseTensor is recorded in
 the Tensor referenced here.  It must have dtype int64 and shape [?].
 
string dense_shape_tensor_name = 3;

공개 com.google.protobuf.ByteString getDenseShapeTensorNameBytes ()

 The dynamic logical shape represented by the SparseTensor is recorded in
 the Tensor referenced here.  It must have dtype int64 and shape [?].
 
string dense_shape_tensor_name = 3;

공개 정적 최종 com.google.protobuf.Descriptors.Descriptor getDescriptor ()

공개 com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()

공개 문자열 getIndicesTensorName ()

 The indices Tensor must have dtype int64 and shape [?, ?].
 
string indices_tensor_name = 2;

공개 com.google.protobuf.ByteString getIndicesTensorNameBytes ()

 The indices Tensor must have dtype int64 and shape [?, ?].
 
string indices_tensor_name = 2;

공개 문자열 getValuesTensorName ()

 The shape of the values Tensor is [?].  Its dtype must be the dtype of
 the SparseTensor as a whole, given in the enclosing TensorInfo.
 
string values_tensor_name = 1;

공개 com.google.protobuf.ByteString getValuesTensorNameBytes ()

 The shape of the values Tensor is [?].  Its dtype must be the dtype of
 the SparseTensor as a whole, given in the enclosing TensorInfo.
 
string values_tensor_name = 1;

공개 최종 부울 isInitialized ()

공개 TensorInfo.CooSparse.Builder mergeFrom (com.google.protobuf.CodedInputStream 입력, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

던지기
IO예외

공개 TensorInfo.CooSparse.Builder mergeFrom (com.google.protobuf.기타 메시지)

공개 최종 TensorInfo.CooSparse.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet UnknownFields)

공개 TensorInfo.CooSparse.Builder setDenseShapeTensorName (문자열 값)

 The dynamic logical shape represented by the SparseTensor is recorded in
 the Tensor referenced here.  It must have dtype int64 and shape [?].
 
string dense_shape_tensor_name = 3;

공개 TensorInfo.CooSparse.Builder setDenseShapeTensorNameBytes (com.google.protobuf.ByteString 값)

 The dynamic logical shape represented by the SparseTensor is recorded in
 the Tensor referenced here.  It must have dtype int64 and shape [?].
 
string dense_shape_tensor_name = 3;

공개 TensorInfo.CooSparse.Builder setField (com.google.protobuf.Descriptors.FieldDescriptor 필드, 개체 값)

공개 TensorInfo.CooSparse.Builder setIndicesTensorName (문자열 값)

 The indices Tensor must have dtype int64 and shape [?, ?].
 
string indices_tensor_name = 2;

공개 TensorInfo.CooSparse.Builder setIndicesTensorNameBytes (com.google.protobuf.ByteString 값)

 The indices Tensor must have dtype int64 and shape [?, ?].
 
string indices_tensor_name = 2;

공개 TensorInfo.CooSparse.Builder setRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor 필드, int 인덱스, 객체 값)

공개 최종 TensorInfo.CooSparse.Builder setUnknownFields (com.google.protobuf.UnknownFieldSetknownFields)

공개 TensorInfo.CooSparse.Builder setValuesTensorName (문자열 값)

 The shape of the values Tensor is [?].  Its dtype must be the dtype of
 the SparseTensor as a whole, given in the enclosing TensorInfo.
 
string values_tensor_name = 1;

공개 TensorInfo.CooSparse.Builder setValuesTensorNameBytes (com.google.protobuf.ByteString 값)

 The shape of the values Tensor is [?].  Its dtype must be the dtype of
 the SparseTensor as a whole, given in the enclosing TensorInfo.
 
string values_tensor_name = 1;