@Namespace(value="tensorflow::ops") @NoOffset public static class tensorflow.ImmutableConst extends Pointer
Output: The tensor tensor.Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
ImmutableConst(Pointer p)
Pointer cast constructor.
|
ImmutableConst(tensorflow.Scope scope,
int dtype,
tensorflow.PartialTensorShape shape,
BytePointer memory_region_name) |
ImmutableConst(tensorflow.Scope scope,
int dtype,
tensorflow.PartialTensorShape shape,
String memory_region_name) |
| Modifier and Type | Method and Description |
|---|---|
tensorflow.Input |
asInput() |
tensorflow.Output |
asOutput() |
tensorflow.Node |
node() |
tensorflow.Operation |
operation() |
tensorflow.ImmutableConst |
operation(tensorflow.Operation operation) |
tensorflow.Output |
tensor() |
tensorflow.ImmutableConst |
tensor(tensorflow.Output tensor) |
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 ImmutableConst(Pointer p)
Pointer.Pointer(Pointer).public ImmutableConst(@Const @ByRef tensorflow.Scope scope, @Cast(value="tensorflow::DataType") int dtype, @ByVal tensorflow.PartialTensorShape shape, @tensorflow.StringPiece BytePointer memory_region_name)
public ImmutableConst(@Const @ByRef tensorflow.Scope scope, @Cast(value="tensorflow::DataType") int dtype, @ByVal tensorflow.PartialTensorShape shape, @tensorflow.StringPiece String memory_region_name)
@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.ImmutableConst operation(tensorflow.Operation operation)
@ByRef public tensorflow.Output tensor()
public tensorflow.ImmutableConst tensor(tensorflow.Output tensor)
Copyright © 2019. All rights reserved.