@Namespace(value="tensorflow") @NoOffset public static class tensorflow.OpRegistry extends tensorflow.OpRegistryInterface
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
OpRegistry() |
OpRegistry(long size)
Native array allocator.
|
OpRegistry(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ClearDeferredRegistrations() |
BytePointer |
DebugString(boolean include_internal) |
void |
DeferRegistrations() |
void |
Export(boolean include_internal,
tensorflow.OpList ops) |
void |
GetOpRegistrationData(tensorflow.OpRegistrationData op_data) |
void |
GetRegisteredOps(tensorflow.OpDefVector op_defs) |
static tensorflow.OpRegistry |
Global() |
tensorflow.Status |
LookUp(BytePointer op_type_name,
PointerPointer op_reg_data) |
tensorflow.Status |
LookUp(BytePointer op_type_name,
tensorflow.OpRegistrationData op_reg_data) |
tensorflow.Status |
LookUp(String op_type_name,
tensorflow.OpRegistrationData op_reg_data) |
tensorflow.OpRegistry |
position(long position) |
tensorflow.Status |
ProcessRegistrations() |
void |
Register(Pointer op_data_factory) |
tensorflow.Status |
SetWatcher(Pointer watcher) |
LookUpOpDef, LookUpOpDef, LookUpOpDefaddress, 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, put, realloc, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zeropublic OpRegistry(Pointer p)
Pointer.Pointer(Pointer).public OpRegistry(long size)
Pointer.position(long).public OpRegistry()
public tensorflow.OpRegistry position(long position)
public void Register(@Cast(value="const tensorflow::OpRegistry::OpRegistrationDataFactory*") @ByRef Pointer op_data_factory)
@ByVal public tensorflow.Status LookUp(@StdString BytePointer op_type_name, @Cast(value="const tensorflow::OpRegistrationData**") PointerPointer op_reg_data)
LookUp in class tensorflow.OpRegistryInterface@ByVal public tensorflow.Status LookUp(@StdString BytePointer op_type_name, @Const @ByPtrPtr tensorflow.OpRegistrationData op_reg_data)
LookUp in class tensorflow.OpRegistryInterface@ByVal public tensorflow.Status LookUp(@StdString String op_type_name, @Const @ByPtrPtr tensorflow.OpRegistrationData op_reg_data)
LookUp in class tensorflow.OpRegistryInterfacepublic void Export(@Cast(value="bool") boolean include_internal, tensorflow.OpList ops)
@StdString public BytePointer DebugString(@Cast(value="bool") boolean include_internal)
public static tensorflow.OpRegistry Global()
public void GetRegisteredOps(tensorflow.OpDefVector op_defs)
public void GetOpRegistrationData(@StdVector tensorflow.OpRegistrationData op_data)
@ByVal public tensorflow.Status SetWatcher(@Cast(value="const tensorflow::OpRegistry::Watcher*") @ByRef Pointer watcher)
@ByVal public tensorflow.Status ProcessRegistrations()
public void DeferRegistrations()
public void ClearDeferredRegistrations()
Copyright © 2019. All rights reserved.