| Package | Description |
|---|---|
| org.bytedeco.javacpp |
| Modifier and Type | Method and Description |
|---|---|
tensorflow.AllocationAttributes |
tensorflow.AllocationAttributes.allocation_will_be_logged(boolean allocation_will_be_logged) |
tensorflow.AllocationAttributes |
tensorflow.AllocationAttributes.no_retry_on_failure(boolean no_retry_on_failure) |
tensorflow.AllocationAttributes |
tensorflow.AllocationAttributes.position(long position) |
| Modifier and Type | Method and Description |
|---|---|
tensorflow.Status |
tensorflow.OpKernelContext.allocate_temp(int type,
tensorflow.TensorShape shape,
tensorflow.Tensor out_temp,
tensorflow.AllocatorAttributes allocator_attr,
tensorflow.AllocationAttributes allocation_attr) |
Pointer |
tensorflow.Allocator.AllocateRaw(long alignment,
long num_bytes,
tensorflow.AllocationAttributes allocation_attr) |
Pointer |
tensorflow.AllocatorWrapper.AllocateRaw(long alignment,
long num_bytes,
tensorflow.AllocationAttributes allocation_attr) |
Pointer |
tensorflow.TrackingAllocator.AllocateRaw(long alignment,
long num_bytes,
tensorflow.AllocationAttributes allocation_attr) |
| Constructor and Description |
|---|
Tensor(tensorflow.Allocator a,
int type,
tensorflow.TensorShape shape,
tensorflow.AllocationAttributes allocation_attr)
\brief Creates a tensor with the input
type and shape, using
the allocator a and the specified "allocation_attr" to
allocate the underlying buffer. |
Copyright © 2019. All rights reserved.