@Namespace(value="tensorflow") @NoOffset public static class tensorflow.GraphDefBuilder extends Pointer
| Modifier and Type | Class and Description |
|---|---|
static class |
tensorflow.GraphDefBuilder.Options |
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Modifier and Type | Field and Description |
|---|---|
static int |
kFailImmediately
enum tensorflow::GraphDefBuilder::TestFailImmediatelyType
|
| Constructor and Description |
|---|
GraphDefBuilder() |
GraphDefBuilder(int arg0) |
GraphDefBuilder(int arg0,
tensorflow.OpRegistryInterface op_registry) |
GraphDefBuilder(long size)
Native array allocator.
|
GraphDefBuilder(Pointer p)
Pointer cast constructor.
|
GraphDefBuilder(tensorflow.OpRegistryInterface op_registry) |
| Modifier and Type | Method and Description |
|---|---|
tensorflow.Status |
AddFunctionLibrary(tensorflow.FunctionDefLibrary fdef_lib) |
boolean |
HasFunction(BytePointer name) |
boolean |
HasFunction(String name) |
tensorflow.GraphDefBuilder.Options |
opts() |
tensorflow.GraphDefBuilder |
position(long position) |
tensorflow.Status |
ToGraphDef(tensorflow.GraphDef graph_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, put, realloc, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zeropublic static final int kFailImmediately
public GraphDefBuilder(Pointer p)
Pointer.Pointer(Pointer).public GraphDefBuilder(long size)
Pointer.position(long).public GraphDefBuilder(@Const tensorflow.OpRegistryInterface op_registry)
public GraphDefBuilder()
public GraphDefBuilder(@Cast(value="tensorflow::GraphDefBuilder::TestFailImmediatelyType") int arg0, @Const tensorflow.OpRegistryInterface op_registry)
public tensorflow.GraphDefBuilder position(long position)
@Const @ByRef public tensorflow.GraphDefBuilder.Options opts()
@ByVal public tensorflow.Status ToGraphDef(tensorflow.GraphDef graph_def)
@ByVal public tensorflow.Status AddFunctionLibrary(@Const @ByRef tensorflow.FunctionDefLibrary fdef_lib)
@Cast(value="bool") public boolean HasFunction(@StdString BytePointer name)
@Cast(value="bool") public boolean HasFunction(@StdString String name)
Copyright © 2019. All rights reserved.