@Namespace(value="tensorflow") public static class tensorflow.OpRegistryInterface extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
OpRegistryInterface(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
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.Status |
LookUpOpDef(BytePointer op_type_name,
PointerPointer op_def) |
tensorflow.Status |
LookUpOpDef(BytePointer op_type_name,
tensorflow.OpDef op_def) |
tensorflow.Status |
LookUpOpDef(String op_type_name,
tensorflow.OpDef op_def) |
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 OpRegistryInterface(Pointer p)
Pointer.Pointer(Pointer).@ByVal public tensorflow.Status LookUp(@StdString BytePointer op_type_name, @Cast(value="const tensorflow::OpRegistrationData**") PointerPointer op_reg_data)
@ByVal public tensorflow.Status LookUp(@StdString BytePointer op_type_name, @Const @ByPtrPtr tensorflow.OpRegistrationData op_reg_data)
@ByVal public tensorflow.Status LookUp(@StdString String op_type_name, @Const @ByPtrPtr tensorflow.OpRegistrationData op_reg_data)
@ByVal public tensorflow.Status LookUpOpDef(@StdString BytePointer op_type_name, @Cast(value="const tensorflow::OpDef**") PointerPointer op_def)
@ByVal public tensorflow.Status LookUpOpDef(@StdString BytePointer op_type_name, @Const @ByPtrPtr tensorflow.OpDef op_def)
@ByVal public tensorflow.Status LookUpOpDef(@StdString String op_type_name, @Const @ByPtrPtr tensorflow.OpDef op_def)
Copyright © 2019. All rights reserved.