@Namespace(value="tensorflow") @NoOffset public static class tensorflow.BundleReader extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
BundleReader(Pointer p)
Pointer cast constructor.
|
BundleReader(tensorflow.Env env,
BytePointer prefix) |
BundleReader(tensorflow.Env env,
String prefix) |
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 BundleReader(Pointer p)
Pointer.Pointer(Pointer).public BundleReader(tensorflow.Env env, @tensorflow.StringPiece BytePointer prefix)
public BundleReader(tensorflow.Env env, @tensorflow.StringPiece String prefix)
@ByVal public tensorflow.Status status()
@Cast(value="bool") public boolean Contains(@tensorflow.StringPiece BytePointer key)
@Cast(value="bool") public boolean Contains(@tensorflow.StringPiece String key)
@ByVal public tensorflow.Status LookupDtypeAndShape(@tensorflow.StringPiece BytePointer key, @Cast(value="tensorflow::DataType*") IntPointer dtype, tensorflow.TensorShape shape)
@ByVal public tensorflow.Status LookupDtypeAndShape(@tensorflow.StringPiece String key, @Cast(value="tensorflow::DataType*") IntPointer dtype, tensorflow.TensorShape shape)
@ByVal public tensorflow.Status LookupTensorShape(@tensorflow.StringPiece BytePointer key, tensorflow.TensorShape shape)
@ByVal public tensorflow.Status LookupTensorShape(@tensorflow.StringPiece String key, tensorflow.TensorShape shape)
@ByVal public tensorflow.Status Lookup(@tensorflow.StringPiece BytePointer key, tensorflow.Tensor val)
@ByVal public tensorflow.Status Lookup(@tensorflow.StringPiece String key, tensorflow.Tensor val)
@ByVal public tensorflow.Status ReadCurrent(tensorflow.Tensor val)
@ByVal public tensorflow.Status LookupTensorSlices(@tensorflow.StringPiece BytePointer key, @StdVector tensorflow.TensorSlice slices)
@ByVal public tensorflow.Status LookupTensorSlices(@tensorflow.StringPiece String key, @StdVector tensorflow.TensorSlice slices)
@ByVal public tensorflow.Status LookupSlice(@tensorflow.StringPiece BytePointer full_tensor_key, @Const @ByRef tensorflow.TensorSlice slice_spec, tensorflow.Tensor val)
@ByVal public tensorflow.Status LookupSlice(@tensorflow.StringPiece String full_tensor_key, @Const @ByRef tensorflow.TensorSlice slice_spec, tensorflow.Tensor val)
public void Seek(@tensorflow.StringPiece BytePointer key)
public void Seek(@tensorflow.StringPiece String key)
public void Next()
@tensorflow.StringPiece public BytePointer key()
@tensorflow.StringPiece public BytePointer value()
@StdString public BytePointer DebugString()
Copyright © 2019. All rights reserved.