| Package | Description |
|---|---|
| org.bytedeco.tensorrt.nvonnxparser |
| Modifier and Type | Method and Description |
|---|---|
SubGraph_t |
SubGraphCollection_t.back() |
SubGraph_t |
SubGraph_t.first(SizeTPointer first) |
SubGraph_t |
SubGraphCollection_t.front() |
SubGraph_t[] |
SubGraphCollection_t.get() |
SubGraph_t |
SubGraphCollection_t.Iterator.get() |
SubGraph_t |
SubGraphCollection_t.get(long i) |
SubGraph_t |
SubGraphCollection_t.pop_back() |
SubGraph_t |
SubGraph_t.put(SizeTPointer firstValue,
boolean secondValue) |
SubGraph_t |
SubGraph_t.put(SubGraph_t x) |
SubGraph_t |
SubGraph_t.second(boolean second) |
| Modifier and Type | Method and Description |
|---|---|
SubGraphCollection_t.Iterator |
SubGraphCollection_t.insert(SubGraphCollection_t.Iterator pos,
SubGraph_t value) |
SubGraphCollection_t |
SubGraphCollection_t.push_back(SubGraph_t value) |
SubGraphCollection_t |
SubGraphCollection_t.put(long i,
SubGraph_t value) |
SubGraphCollection_t |
SubGraphCollection_t.put(SubGraph_t... array) |
SubGraph_t |
SubGraph_t.put(SubGraph_t x) |
SubGraphCollection_t |
SubGraphCollection_t.put(SubGraph_t value) |
| Constructor and Description |
|---|
SubGraphCollection_t(SubGraph_t... array) |
SubGraphCollection_t(SubGraph_t value) |
Copyright © 2024. All rights reserved.