@Namespace(value="tensorflow") @NoOffset public static class tensorflow.OpDefBuilder extends Pointer
| Modifier and Type | Class and Description |
|---|---|
static class |
tensorflow.OpDefBuilder.Fn_InferenceContext |
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
OpDefBuilder(BytePointer op_name) |
OpDefBuilder(Pointer p)
Pointer cast constructor.
|
OpDefBuilder(String op_name) |
| Modifier and Type | Method and Description |
|---|---|
tensorflow.OpDefBuilder |
Attr(BytePointer spec) |
tensorflow.OpDefBuilder |
Attr(String spec) |
tensorflow.OpDefBuilder |
Deprecated(int version,
BytePointer explanation) |
tensorflow.OpDefBuilder |
Deprecated(int version,
String explanation) |
tensorflow.OpDefBuilder |
Doc(BytePointer text) |
tensorflow.OpDefBuilder |
Doc(String text) |
tensorflow.Status |
Finalize(tensorflow.OpRegistrationData op_reg_data) |
tensorflow.OpDefBuilder |
Input(BytePointer spec) |
tensorflow.OpDefBuilder |
Input(String spec) |
tensorflow.OpDefBuilder |
Output(BytePointer spec) |
tensorflow.OpDefBuilder |
Output(String spec) |
tensorflow.OpDefBuilder |
SetAllowsUninitializedInput() |
tensorflow.OpDefBuilder |
SetIsAggregate() |
tensorflow.OpDefBuilder |
SetIsCommutative() |
tensorflow.OpDefBuilder |
SetIsStateful() |
tensorflow.OpDefBuilder |
SetShapeFn(tensorflow.OpDefBuilder.Fn_InferenceContext 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, position, put, realloc, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zeropublic OpDefBuilder(Pointer p)
Pointer.Pointer(Pointer).public OpDefBuilder(@StdString BytePointer op_name)
public OpDefBuilder(@StdString String op_name)
@ByRef public tensorflow.OpDefBuilder Attr(@StdString BytePointer spec)
@ByRef public tensorflow.OpDefBuilder Attr(@StdString String spec)
@ByRef public tensorflow.OpDefBuilder Input(@StdString BytePointer spec)
@ByRef public tensorflow.OpDefBuilder Input(@StdString String spec)
@ByRef public tensorflow.OpDefBuilder Output(@StdString BytePointer spec)
@ByRef public tensorflow.OpDefBuilder Output(@StdString String spec)
@ByRef public tensorflow.OpDefBuilder SetIsCommutative()
@ByRef public tensorflow.OpDefBuilder SetIsAggregate()
@ByRef public tensorflow.OpDefBuilder SetIsStateful()
@ByRef public tensorflow.OpDefBuilder SetAllowsUninitializedInput()
@ByRef public tensorflow.OpDefBuilder Deprecated(int version, @StdString BytePointer explanation)
@ByRef public tensorflow.OpDefBuilder Deprecated(int version, @StdString String explanation)
@ByRef public tensorflow.OpDefBuilder Doc(@StdString BytePointer text)
@ByRef public tensorflow.OpDefBuilder Doc(@StdString String text)
@ByRef public tensorflow.OpDefBuilder SetShapeFn(tensorflow.OpDefBuilder.Fn_InferenceContext fn)
@ByVal public tensorflow.Status Finalize(tensorflow.OpRegistrationData op_reg_data)
Copyright © 2019. All rights reserved.