@Namespace(value="tensorflow") @NoOffset public static class tensorflow.ApiDefMap extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
ApiDefMap(Pointer p)
Pointer cast constructor.
|
ApiDefMap(tensorflow.OpList op_list) |
| Modifier and Type | Method and Description |
|---|---|
tensorflow.ApiDef |
GetApiDef(BytePointer name) |
tensorflow.ApiDef |
GetApiDef(String name) |
tensorflow.Status |
LoadApiDef(BytePointer api_def_file_contents) |
tensorflow.Status |
LoadApiDef(String api_def_file_contents) |
tensorflow.Status |
LoadFile(tensorflow.Env env,
BytePointer filename) |
tensorflow.Status |
LoadFile(tensorflow.Env env,
String filename) |
tensorflow.Status |
LoadFileList(tensorflow.Env env,
tensorflow.StringVector filenames) |
void |
UpdateDocs() |
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 ApiDefMap(Pointer p)
Pointer.Pointer(Pointer).public ApiDefMap(@Const @ByRef tensorflow.OpList op_list)
@ByVal public tensorflow.Status LoadFileList(tensorflow.Env env, @Const @ByRef tensorflow.StringVector filenames)
@ByVal public tensorflow.Status LoadFile(tensorflow.Env env, @StdString BytePointer filename)
@ByVal public tensorflow.Status LoadFile(tensorflow.Env env, @StdString String filename)
@ByVal public tensorflow.Status LoadApiDef(@StdString BytePointer api_def_file_contents)
@ByVal public tensorflow.Status LoadApiDef(@StdString String api_def_file_contents)
public void UpdateDocs()
@Const public tensorflow.ApiDef GetApiDef(@StdString BytePointer name)
@Const public tensorflow.ApiDef GetApiDef(@StdString String name)
Copyright © 2019. All rights reserved.