| Package | Description |
|---|---|
| org.bytedeco.tvm | |
| org.bytedeco.tvm.global |
| Modifier and Type | Method and Description |
|---|---|
static ArrayNodePtr |
ArrayNode.CopyFrom(long cap,
ArrayNode from)
\brief Constructs a container and copy from another
|
static ArrayNodePtr |
ArrayNode.CreateRepeated(long n,
ObjectRef val)
\brief Constructs a container with n elements.
|
ArrayNodePtr |
ArrayNodePtr.getPointer(long i) |
static ArrayNodePtr |
ArrayNode.MoveFrom(long cap,
ArrayNode from)
\brief Constructs a container and move from another
|
ArrayNodePtr |
ArrayNodePtr.position(long position) |
ArrayNodePtr |
ArrayNodePtr.put(ArrayNodePtr other)
\brief copy assignmemt
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
ArrayNodePtr.equals(ArrayNodePtr other) |
boolean |
ArrayNodePtr.notEquals(ArrayNodePtr other) |
ArrayNodePtr |
ArrayNodePtr.put(ArrayNodePtr other)
\brief copy assignmemt
|
void |
ArrayNodePtr.swap(ArrayNodePtr other)
\brief Swap this array with another Object
|
| Constructor and Description |
|---|
ArrayNodePtr(ArrayNodePtr other)
\brief copy constructor
|
| Modifier and Type | Method and Description |
|---|---|
static ArrayNodePtr |
tvm_runtime.makeArrayNode()
\brief Allocate an object using default allocator.
|
Copyright © 2021. All rights reserved.