@Namespace(value="tensorflow") @NoOffset public static class tensorflow.DataTypeSet extends Pointer
| Modifier and Type | Class and Description |
|---|---|
static class |
tensorflow.DataTypeSet.Iterator |
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
DataTypeSet(int mask) |
DataTypeSet(Pointer p)
Pointer cast constructor.
|
DataTypeSet(tensorflow.DataTypeSet other) |
| Modifier and Type | Method and Description |
|---|---|
tensorflow.DataTypeSet.Iterator |
begin() |
static int |
clz_uint32(int x) |
boolean |
Contains(int dt) |
static int |
ctz_uint32(int x) |
tensorflow.DataTypeSet.Iterator |
end() |
tensorflow.DataTypeSet |
or(tensorflow.DataTypeSet other) |
long |
size() |
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 DataTypeSet(Pointer p)
Pointer.Pointer(Pointer).public DataTypeSet(@Const @ByRef tensorflow.DataTypeSet other)
public DataTypeSet(int mask)
@Cast(value="const bool") public boolean Contains(@Cast(value="tensorflow::DataType") int dt)
public static int ctz_uint32(int x)
public static int clz_uint32(int x)
@ByVal public tensorflow.DataTypeSet.Iterator begin()
@ByVal public tensorflow.DataTypeSet.Iterator end()
@Const @ByVal @Name(value="operator |") public tensorflow.DataTypeSet or(@Const @ByRef tensorflow.DataTypeSet other)
Copyright © 2019. All rights reserved.