TensorShapeProto.DimOrBuilder

পাবলিক স্ট্যাটিক ইন্টারফেস TensorShapeProto.DimOrBuilder
পরিচিত পরোক্ষ উপশ্রেণী

পাবলিক পদ্ধতি

বিমূর্ত স্ট্রিং
getName ()
 Optional name of the tensor dimension.
বিমূর্ত com.google.protobuf.ByteString
getNameBytes ()
 Optional name of the tensor dimension.
বিমূর্ত দীর্ঘ
getSize ()
 Size of the tensor in that dimension.

পাবলিক পদ্ধতি

সর্বজনীন বিমূর্ত স্ট্রিং getName ()

 Optional name of the tensor dimension.
 
string name = 2;

সর্বজনীন বিমূর্ত com.google.protobuf.ByteString getNameBytes ()

 Optional name of the tensor dimension.
 
string name = 2;

পাবলিক বিমূর্ত দীর্ঘ getSize ()

 Size of the tensor in that dimension.
 This value must be >= -1, but values of -1 are reserved for "unknown"
 shapes (values of -1 mean "unknown" dimension).  Certain wrappers
 that work with TensorShapeProto may fail at runtime when deserializing
 a TensorShapeProto containing a dim value of -1.
 
int64 size = 1;