@Namespace(value="tensorflow::ops") @NoOffset public static class tensorflow.LinSpace extends Pointer
num evenly-spaced values are generated beginning at start.
If num > 1, the values in the sequence increase by stop - start / num - 1,
so that the last one is exactly stop.
For example:
tf.linspace(10.0, 12.0, 3, name="linspace") => [ 10.0 11.0 12.0]
Arguments:
* scope: A Scope object
* start: 0-D tensor. First entry in the range.
* stop: 0-D tensor. Last entry in the range.
* num: 0-D tensor. Number of values to generate.
Returns:
* Output: 1-D. The generated values.Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
LinSpace(Pointer p)
Pointer cast constructor.
|
LinSpace(tensorflow.Scope scope,
tensorflow.Input start,
tensorflow.Input stop,
tensorflow.Input num) |
| Modifier and Type | Method and Description |
|---|---|
tensorflow.Input |
asInput() |
tensorflow.Output |
asOutput() |
tensorflow.Node |
node() |
tensorflow.Operation |
operation() |
tensorflow.LinSpace |
operation(tensorflow.Operation operation) |
tensorflow.Output |
output() |
tensorflow.LinSpace |
output(tensorflow.Output output) |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, hashCode, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, parseBytes, physicalBytes, position, position, put, realloc, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zeropublic LinSpace(Pointer p)
Pointer.Pointer(Pointer).public LinSpace(@Const @ByRef tensorflow.Scope scope, @ByVal tensorflow.Input start, @ByVal tensorflow.Input stop, @ByVal tensorflow.Input num)
@ByVal @Name(value="operator tensorflow::Output") public tensorflow.Output asOutput()
@ByVal @Name(value="operator tensorflow::Input") public tensorflow.Input asInput()
public tensorflow.Node node()
@ByRef public tensorflow.Operation operation()
public tensorflow.LinSpace operation(tensorflow.Operation operation)
@ByRef public tensorflow.Output output()
public tensorflow.LinSpace output(tensorflow.Output output)
Copyright © 2019. All rights reserved.