Tensor_logspace top-level property
Pointer<Void> Function(double start, double end, int steps, double base, int scalar_type, int device_type, int device_index, bool requires_grad)
Tensor_logspace
final
Implementation
final Pointer<Void> Function(double start, double end, int steps, double base,
int scalar_type, int device_type, int device_index, bool requires_grad)
Tensor_logspace = nativeLib
.lookup<
NativeFunction<
Pointer<Void> Function(
Double start,
Double end,
Int64 steps,
Double base,
Int8 scalar_type,
Int32 device_type,
Int32 device_index,
Bool requires_grad)>>('THSTensor_logspace')
.asFunction();