@@ -22,12 +22,6 @@ typedef NS_ENUM(uint32_t, ExecuTorchValueTag) {
2222 ExecuTorchValueTagDouble,
2323 ExecuTorchValueTagInteger,
2424 ExecuTorchValueTagBoolean,
25- ExecuTorchValueTagBooleanList,
26- ExecuTorchValueTagDoubleList,
27- ExecuTorchValueTagIntegerList,
28- ExecuTorchValueTagTensorList,
29- ExecuTorchValueTagScalarList,
30- ExecuTorchValueTagOptionalTensorList,
3125} NS_SWIFT_NAME(ValueTag);
3226
3327typedef NSNumber *ExecuTorchScalarValue
@@ -107,7 +101,7 @@ __attribute__((objc_subclassing_restricted))
107101 *
108102 * @return An float representing the float value.
109103 */
110- @property(nonatomic, readonly) ExecuTorchFloatValue floatValue NS_SWIFT_NAME (float );
104+ @property(nonatomic, readonly) ExecuTorchFloatValue floatValue NS_SWIFT_NAME (float );
111105
112106/* *
113107 * Returns YES if the value is of type None.
@@ -166,7 +160,7 @@ __attribute__((objc_subclassing_restricted))
166160 *
167161 * @return A BOOL indicating whether the value is a float.
168162 */
169- @property(nonatomic, readonly) BOOL isFloat;
163+ @property(nonatomic, readonly) BOOL isFloat;
170164
171165/* *
172166 * Creates an instance encapsulating a Tensor.
0 commit comments