@Namespace(value="tensorflow") @NoOffset public static class tensorflow.OpRegistrationData extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
OpRegistrationData() |
OpRegistrationData(long size)
Native array allocator.
|
OpRegistrationData(Pointer p)
Pointer cast constructor.
|
OpRegistrationData(tensorflow.OpDef def) |
OpRegistrationData(tensorflow.OpDef def,
Pointer fn) |
OpRegistrationData(tensorflow.OpDef def,
Pointer fn,
boolean is_function) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
is_function_op() |
tensorflow.OpRegistrationData |
is_function_op(boolean is_function_op) |
tensorflow.OpDef |
op_def() |
tensorflow.OpRegistrationData |
op_def(tensorflow.OpDef op_def) |
tensorflow.OpRegistrationData |
position(long position) |
tensorflow.OpRegistrationData |
shape_inference_fn(tensorflow.ShapeInferenceFn shape_inference_fn) |
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, put, realloc, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zeropublic OpRegistrationData(Pointer p)
Pointer.Pointer(Pointer).public OpRegistrationData(long size)
Pointer.position(long).public OpRegistrationData()
public OpRegistrationData(@Const @ByRef tensorflow.OpDef def)
public OpRegistrationData(@Const @ByRef tensorflow.OpDef def, @Cast(value="const tensorflow::OpShapeInferenceFn*") @ByRef Pointer fn, @Cast(value="bool") boolean is_function)
public tensorflow.OpRegistrationData position(long position)
@ByRef public tensorflow.OpDef op_def()
public tensorflow.OpRegistrationData op_def(tensorflow.OpDef op_def)
@MemberSetter public tensorflow.OpRegistrationData shape_inference_fn(@ByVal tensorflow.ShapeInferenceFn shape_inference_fn)
public tensorflow.OpRegistrationData is_function_op(boolean is_function_op)
Copyright © 2019. All rights reserved.