@Namespace(value="tensorflow") @NoOffset public static class tensorflow.SavedModelBundle extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
SavedModelBundle()
A TensorFlow Session does not Close itself on destruction.
|
SavedModelBundle(long size)
Native array allocator.
|
SavedModelBundle(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
tensorflow.MetaGraphDef |
meta_graph_def() |
tensorflow.SavedModelBundle |
meta_graph_def(tensorflow.MetaGraphDef meta_graph_def) |
tensorflow.SavedModelBundle |
position(long position) |
tensorflow.Session |
session() |
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 SavedModelBundle(Pointer p)
Pointer.Pointer(Pointer).public SavedModelBundle(long size)
Pointer.position(long).public SavedModelBundle()
public tensorflow.SavedModelBundle position(long position)
@MemberGetter @UniquePtr public tensorflow.Session session()
@ByRef public tensorflow.MetaGraphDef meta_graph_def()
public tensorflow.SavedModelBundle meta_graph_def(tensorflow.MetaGraphDef meta_graph_def)
Copyright © 2019. All rights reserved.