@Namespace(value="tensorflow::ops") @NoOffset public static class tensorflow.OrderedMapClear extends Pointer
Operation| Modifier and Type | Class and Description |
|---|---|
static class |
tensorflow.OrderedMapClear.Attrs
Optional attribute setters for OrderedMapClear
|
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
OrderedMapClear(Pointer p)
Pointer cast constructor.
|
OrderedMapClear(tensorflow.Scope scope,
tensorflow.DataTypeVector dtypes) |
OrderedMapClear(tensorflow.Scope scope,
tensorflow.DataTypeVector dtypes,
tensorflow.OrderedMapClear.Attrs attrs) |
| Modifier and Type | Method and Description |
|---|---|
tensorflow.Operation |
asOperation() |
static tensorflow.OrderedMapClear.Attrs |
Capacity(long x) |
static tensorflow.OrderedMapClear.Attrs |
Container(BytePointer x) |
static tensorflow.OrderedMapClear.Attrs |
Container(String x) |
static tensorflow.OrderedMapClear.Attrs |
MemoryLimit(long x) |
tensorflow.Operation |
operation() |
tensorflow.OrderedMapClear |
operation(tensorflow.Operation operation) |
static tensorflow.OrderedMapClear.Attrs |
SharedName(BytePointer x) |
static tensorflow.OrderedMapClear.Attrs |
SharedName(String x) |
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 OrderedMapClear(Pointer p)
Pointer.Pointer(Pointer).public OrderedMapClear(@Const @ByRef tensorflow.Scope scope, @Cast(value="const tensorflow::DataTypeSlice*") @ByRef tensorflow.DataTypeVector dtypes)
public OrderedMapClear(@Const @ByRef tensorflow.Scope scope, @Cast(value="const tensorflow::DataTypeSlice*") @ByRef tensorflow.DataTypeVector dtypes, @Const @ByRef tensorflow.OrderedMapClear.Attrs attrs)
@ByVal @Name(value="operator tensorflow::Operation") public tensorflow.Operation asOperation()
@ByVal public static tensorflow.OrderedMapClear.Attrs Capacity(@Cast(value="tensorflow::int64") long x)
@ByVal public static tensorflow.OrderedMapClear.Attrs MemoryLimit(@Cast(value="tensorflow::int64") long x)
@ByVal public static tensorflow.OrderedMapClear.Attrs Container(@tensorflow.StringPiece BytePointer x)
@ByVal public static tensorflow.OrderedMapClear.Attrs Container(@tensorflow.StringPiece String x)
@ByVal public static tensorflow.OrderedMapClear.Attrs SharedName(@tensorflow.StringPiece BytePointer x)
@ByVal public static tensorflow.OrderedMapClear.Attrs SharedName(@tensorflow.StringPiece String x)
@ByRef public tensorflow.Operation operation()
public tensorflow.OrderedMapClear operation(tensorflow.Operation operation)
Copyright © 2019. All rights reserved.