public static class tensorflow.TF_ImportGraphDefResults extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
TF_ImportGraphDefResults()
Default native constructor.
|
TF_ImportGraphDefResults(long size)
Native array allocator.
|
TF_ImportGraphDefResults(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
IntPointer |
missing_unused_key_indexes() |
tensorflow.TF_ImportGraphDefResults |
missing_unused_key_indexes(IntPointer missing_unused_key_indexes) |
tensorflow.StringList |
missing_unused_key_names_data() |
tensorflow.TF_ImportGraphDefResults |
missing_unused_key_names_data(tensorflow.StringList missing_unused_key_names_data) |
PointerPointer |
missing_unused_key_names() |
tensorflow.TF_ImportGraphDefResults |
position(long position) |
PointerPointer |
return_nodes() |
tensorflow.TF_ImportGraphDefResults |
return_nodes(PointerPointer return_nodes) |
tensorflow.TF_Output |
return_tensors() |
tensorflow.TF_ImportGraphDefResults |
return_tensors(tensorflow.TF_Output return_tensors) |
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 TF_ImportGraphDefResults()
public TF_ImportGraphDefResults(long size)
Pointer.position(long).public TF_ImportGraphDefResults(Pointer p)
Pointer.Pointer(Pointer).public tensorflow.TF_ImportGraphDefResults position(long position)
@StdVector public tensorflow.TF_Output return_tensors()
public tensorflow.TF_ImportGraphDefResults return_tensors(tensorflow.TF_Output return_tensors)
@Cast(value="TF_Operation**") @StdVector public PointerPointer return_nodes()
public tensorflow.TF_ImportGraphDefResults return_nodes(PointerPointer return_nodes)
@MemberGetter @Cast(value="const char**") @StdVector public PointerPointer missing_unused_key_names()
@StdVector public IntPointer missing_unused_key_indexes()
public tensorflow.TF_ImportGraphDefResults missing_unused_key_indexes(IntPointer missing_unused_key_indexes)
@ByRef public tensorflow.StringList missing_unused_key_names_data()
public tensorflow.TF_ImportGraphDefResults missing_unused_key_names_data(tensorflow.StringList missing_unused_key_names_data)
Copyright © 2019. All rights reserved.