ORTValueTypeInfo
Objective-C
@interface ORTValueTypeInfo : NSObject
Swift
class ORTValueTypeInfo : NSObject
A value’s type information.
-
The value type.
Declaration
Objective-C
@property (nonatomic) ORTValueType type;
Swift
var type: ORTValueType { get set }
-
The tensor type and shape information, if the value is a tensor.
Declaration
Objective-C
@property (nonatomic, nullable) ORTTensorTypeAndShapeInfo *tensorTypeAndShapeInfo;
Swift
var tensorTypeAndShapeInfo: ORTTensorTypeAndShapeInfo? { get set }