@Namespace(value="tensorflow") @NoOffset public static class tensorflow.BundleWriter extends Pointer
| Modifier and Type | Class and Description |
|---|---|
static class |
tensorflow.BundleWriter.Options |
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
BundleWriter(Pointer p)
Pointer cast constructor.
|
BundleWriter(tensorflow.Env env,
BytePointer prefix) |
BundleWriter(tensorflow.Env env,
BytePointer prefix,
tensorflow.BundleWriter.Options options) |
BundleWriter(tensorflow.Env env,
String prefix) |
BundleWriter(tensorflow.Env env,
String prefix,
tensorflow.BundleWriter.Options options) |
| Modifier and Type | Method and Description |
|---|---|
tensorflow.Status |
Add(BytePointer key,
tensorflow.Tensor val) |
tensorflow.Status |
Add(String key,
tensorflow.Tensor val) |
tensorflow.Status |
AddSlice(BytePointer full_tensor_key,
tensorflow.TensorShape full_tensor_shape,
tensorflow.TensorSlice slice_spec,
tensorflow.Tensor slice_tensor) |
tensorflow.Status |
AddSlice(String full_tensor_key,
tensorflow.TensorShape full_tensor_shape,
tensorflow.TensorSlice slice_spec,
tensorflow.Tensor slice_tensor) |
tensorflow.Status |
Finish() |
tensorflow.Status |
status() |
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 BundleWriter(Pointer p)
Pointer.Pointer(Pointer).public BundleWriter(tensorflow.Env env, @tensorflow.StringPiece BytePointer prefix, @Const @ByRef(nullValue="tensorflow::BundleWriter::Options()") tensorflow.BundleWriter.Options options)
public BundleWriter(tensorflow.Env env, @tensorflow.StringPiece BytePointer prefix)
public BundleWriter(tensorflow.Env env, @tensorflow.StringPiece String prefix, @Const @ByRef(nullValue="tensorflow::BundleWriter::Options()") tensorflow.BundleWriter.Options options)
public BundleWriter(tensorflow.Env env, @tensorflow.StringPiece String prefix)
@ByVal public tensorflow.Status Add(@tensorflow.StringPiece BytePointer key, @Const @ByRef tensorflow.Tensor val)
@ByVal public tensorflow.Status Add(@tensorflow.StringPiece String key, @Const @ByRef tensorflow.Tensor val)
@ByVal public tensorflow.Status AddSlice(@tensorflow.StringPiece BytePointer full_tensor_key, @Const @ByRef tensorflow.TensorShape full_tensor_shape, @Const @ByRef tensorflow.TensorSlice slice_spec, @Const @ByRef tensorflow.Tensor slice_tensor)
@ByVal public tensorflow.Status AddSlice(@tensorflow.StringPiece String full_tensor_key, @Const @ByRef tensorflow.TensorShape full_tensor_shape, @Const @ByRef tensorflow.TensorSlice slice_spec, @Const @ByRef tensorflow.Tensor slice_tensor)
@ByVal public tensorflow.Status Finish()
@ByVal public tensorflow.Status status()
Copyright © 2019. All rights reserved.