@@ -22,12 +22,6 @@ typedef NS_ENUM(uint32_t, ExecuTorchValueTag) {
22
22
ExecuTorchValueTagDouble,
23
23
ExecuTorchValueTagInteger,
24
24
ExecuTorchValueTagBoolean,
25
- ExecuTorchValueTagBooleanList,
26
- ExecuTorchValueTagDoubleList,
27
- ExecuTorchValueTagIntegerList,
28
- ExecuTorchValueTagTensorList,
29
- ExecuTorchValueTagScalarList,
30
- ExecuTorchValueTagOptionalTensorList,
31
25
} NS_SWIFT_NAME(ValueTag);
32
26
33
27
typedef NSNumber *ExecuTorchScalarValue
@@ -107,7 +101,7 @@ __attribute__((objc_subclassing_restricted))
107
101
*
108
102
* @return An float representing the float value.
109
103
*/
110
- @property(nonatomic, readonly) ExecuTorchFloatValue floatValue NS_SWIFT_NAME (float );
104
+ @property(nonatomic, readonly) ExecuTorchFloatValue floatValue NS_SWIFT_NAME (float );
111
105
112
106
/* *
113
107
* Returns YES if the value is of type None.
@@ -166,7 +160,7 @@ __attribute__((objc_subclassing_restricted))
166
160
*
167
161
* @return A BOOL indicating whether the value is a float.
168
162
*/
169
- @property(nonatomic, readonly) BOOL isFloat;
163
+ @property(nonatomic, readonly) BOOL isFloat;
170
164
171
165
/* *
172
166
* Creates an instance encapsulating a Tensor.
0 commit comments