TensorInfo

שיעור הגמר הציבורי TensorInfo

 Information about a Tensor necessary for feeding or retrieval.
 
tensorflow.TensorInfo מסוג Protobuf

כיתות מקוננות

מעמד TensorInfo.Builder
 Information about a Tensor necessary for feeding or retrieval. 
מעמד TensorInfo.CompositeTensor
 Generic encoding for composite tensors. 
מִמְשָׁק TensorInfo.CompositeTensorOrBuilder
מעמד TensorInfo.CooSparse
 For sparse tensors, The COO encoding stores a triple of values, indices,
 and shape. 
מִמְשָׁק TensorInfo.CooSparseOrBuilder
enum TensorInfo.EncodingCase

קבועים

int COMPOSITE_TENSOR_FIELD_NUMBER
int COO_SPARSE_FIELD_NUMBER
int DTYPE_FIELD_NUMBER
int NAME_FIELD_NUMBER
int TENSOR_SHAPE_FIELD_NUMBER

שיטות ציבוריות

בוליאני
שווה (Object obj)
TensorInfo.CompositeTensor
getCompositeTensor ()
 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.CooSparseOrBuilder
getCooSparseOrBuilder ()
 There are many possible encodings of sparse matrices
 (https://en.wikipedia.org/wiki/Sparse_matrix).
סטטי TensorInfo
TensorInfo
final static com.google.protobuf.Descriptors.Descriptor
סוג מידע
getDtype ()
.tensorflow.DataType dtype = 2;
int
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.
int
TensorShapeProto
getTensorShape ()
 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.
final com.google.protobuf.UnknownFieldSet
בוליאני
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.
int
בוליאנית סופית
סטטי TensorInfo.Builder
newBuilder (אב-טיפוס TensorInfo )
סטטי TensorInfo.Builder
TensorInfo.Builder
סטטי TensorInfo
parseDelimitedFrom (קלט InputStream)
סטטי TensorInfo
parseDelimitedFrom (קלט InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
סטטי TensorInfo
parseFrom (נתוני ByteBuffer)
סטטי TensorInfo
parseFrom (קלט com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
סטטי TensorInfo
parseFrom (נתוני ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
סטטי TensorInfo
parseFrom (קלט com.google.protobuf.CodedInputStream)
סטטי TensorInfo
parseFrom (נתוני byte[], com.google.protobuf.ExtensionRegistryLite extensionRegistry)
סטטי TensorInfo
parseFrom (נתוני com.google.protobuf.ByteString)
סטטי TensorInfo
parseFrom (קלט InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
סטטי TensorInfo
parseFrom (נתוני com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
סטָטִי
TensorInfo.Builder
בָּטֵל
writeTo (פלט com.google.protobuf.CodedOutputStream)

שיטות בירושה

קבועים

גמר סטטי ציבורי COMPOSITE_TENSOR_FIELD_NUMBER

ערך קבוע: 5

גמר סטטי ציבורי ב- COO_SPARSE_FIELD_NUMBER

ערך קבוע: 4

גמר סטטי ציבורי DTYPE_FIELD_NUMBER

ערך קבוע: 2

גמר סטטי ציבורי NAME_FIELD_NUMBER

ערך קבוע: 1

גמר סטטי ציבורי TENSOR_SHAPE_FIELD_NUMBER

ערך קבוע: 3

שיטות ציבוריות

שווה ערך בוליאני ציבורי (Object obj)

הציבור TensorInfo.CompositeTensor getCompositeTensor ()

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

public 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.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;

ציבורי סטטי TensorInfo getDefaultInstance ()

public TensorInfo getDefaultInstanceForType ()

public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()

public DataType getDtype ()

.tensorflow.DataType dtype = 2;

public int getDtypeValue ()

.tensorflow.DataType dtype = 2;

הציבור TensorInfo.EncodingCase getEncodingCase ()

מחרוזת ציבורית 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;

פּוּמְבֵּי getParserForType ()

public int getSerializedSize ()

הציבור 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;

הציבור 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;

public final com.google.protobuf.UnknownFieldSet getUnknownFields ()

בוליאני ציבורי ישCompositeTensor ()

 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;

יש TensorShape בוליאני ציבורי ()

 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 int hashCode ()

בוליאני הסופי הציבורי הוא אתחול ()

סטטי ציבורי TensorInfo.Builder newBuilder (אב-טיפוס TensorInfo )

סטטי ציבורי TensorInfo.Builder newBuilder ()

הציבור TensorInfo.Builder newBuilderForType ()

public static TensorInfo parseDelimitedFrom (קלט קלט זרם)

זורק
IOException

public static TensorInfo parseDelimitedFrom (קלט InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

זורק
IOException

מנתח TensorInfo סטטי ציבורי (נתוני ByteBuffer)

זורק
InvalidProtocolBufferException

TensorInfo parseFrom סטטי ציבורי (קלט com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

זורק
IOException

public static TensorInfo parseFrom (נתוני ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

זורק
InvalidProtocolBufferException

TensorInfo parseFrom סטטי ציבורי (קלט com.google.protobuf.CodedInputStream)

זורק
IOException

public static TensorInfo parseFrom (נתוני byte[], com.google.protobuf.ExtensionRegistryLite extensionRegistry)

זורק
InvalidProtocolBufferException

סטטי TensorInfo parseFrom (נתוני com.google.protobuf.ByteString)

זורק
InvalidProtocolBufferException

public static TensorInfo parseFrom (קלט InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

זורק
IOException

סטטי TensorInfo parseFrom (נתוני com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

זורק
InvalidProtocolBufferException

סטטי ציבורי מנתח ()

הציבור TensorInfo.Builder toBuilder ()

public void writeTo (פלט com.google.protobuf.CodedOutputStream)

זורק
IOException