| Package | Description |
|---|---|
| org.bytedeco.tvm | |
| org.bytedeco.tvm.global |
| Modifier and Type | Method and Description |
|---|---|
TVMString |
ModuleNode.GetFormat()
\brief Get the format of the module, when available.
|
TVMString |
TVMString.getPointer(long i) |
TVMString |
ModuleNode.GetSource() |
TVMString |
ModuleNode.GetSource(TVMString format)
\brief Get the source code of module, when available.
|
static TVMString |
Registry.ListNames()
\brief Get the names of currently registered global function.
|
TVMString |
TVMString.position(long position) |
TVMString |
TVMString.put(BytePointer other)
\brief Change the value the reference object points to.
|
TVMString |
TVMString.put(String other) |
TVMString |
TVMString.put(TVMString other) |
TVMString |
TVMStringOptional.value_or(TVMString default_value) |
TVMString |
TVMStringOptional.value() |
| Modifier and Type | Method and Description |
|---|---|
int |
TVMString.compare(TVMString other)
\brief Compares this String object to other
|
static PackedFunc |
Registry.Get(TVMString name)
\brief Get the global function by name.
|
PackedFunc |
ModuleNode.GetFuncFromEnv(TVMString name)
\brief Get a function from current environment
The environment includes all the imports as well as Global functions.
|
PackedFunc |
ModuleNode.GetFunction(TVMString name) |
PackedFunc |
Module.GetFunction(TVMString name) |
PackedFunc |
ModuleNode.GetFunction(TVMString name,
boolean query_imports)
\brief Get packed function from current module by name.
|
PackedFunc |
Module.GetFunction(TVMString name,
boolean query_imports)
\brief Get packed function from current module by name.
|
PackedFunc |
ModuleNode.GetFunction(TVMString name,
ObjectPtr sptr_to_self)
\brief Get a PackedFunc from module.
|
TVMString |
ModuleNode.GetSource(TVMString format)
\brief Get the source code of module, when available.
|
boolean |
ModuleNode.ImplementsFunction(TVMString name) |
boolean |
ModuleNode.ImplementsFunction(TVMString name,
boolean query_imports)
\brief Returns true if this module has a definition for a function of \p name.
|
static Module |
Module.LoadFromFile(TVMString file_name) |
static Module |
Module.LoadFromFile(TVMString file_name,
TVMString format)
\brief Load a module from file.
|
TVMStringOptional |
TVMStringOptional.put(TVMString other) |
TVMString |
TVMString.put(TVMString other) |
static Registry |
Registry.Register(TVMString name) |
static Registry |
Registry.Register(TVMString name,
boolean override)
\brief Register a function with given name
|
static boolean |
Registry.Remove(TVMString name)
\brief Erase global function from registry, if exist.
|
void |
ModuleNode.SaveToFile(TVMString file_name,
TVMString format)
\brief Save the module to file.
|
TVMString |
TVMStringOptional.value_or(TVMString default_value) |
| Constructor and Description |
|---|
TVMString(TVMString other) |
TVMStringOptional(TVMString other) |
| Modifier and Type | Method and Description |
|---|---|
static TVMString |
tvm_runtime.add(BytePointer lhs,
TVMString rhs) |
static TVMString |
tvm_runtime.add(String lhs,
TVMString rhs) |
static TVMString |
tvm_runtime.add(TVMString lhs,
BytePointer rhs) |
static TVMString |
tvm_runtime.add(TVMString lhs,
String rhs) |
static TVMString |
tvm_runtime.add(TVMString lhs,
TVMString rhs)
\brief An object representing string moved from std::string.
|
| Modifier and Type | Method and Description |
|---|---|
static TVMString |
tvm_runtime.add(BytePointer lhs,
TVMString rhs) |
static TVMString |
tvm_runtime.add(String lhs,
TVMString rhs) |
static TVMString |
tvm_runtime.add(TVMString lhs,
BytePointer rhs) |
static TVMString |
tvm_runtime.add(TVMString lhs,
String rhs) |
static TVMString |
tvm_runtime.add(TVMString lhs,
TVMString rhs)
\brief An object representing string moved from std::string.
|
static boolean |
tvm_runtime.equals(BytePointer lhs,
TVMString rhs) |
static boolean |
tvm_runtime.equals(String lhs,
TVMString rhs) |
static boolean |
tvm_runtime.equals(TVMString lhs,
BytePointer rhs) |
static boolean |
tvm_runtime.equals(TVMString lhs,
String rhs) |
static boolean |
tvm_runtime.equals(TVMString lhs,
TVMString rhs) |
static boolean |
tvm_runtime.greaterThan(BytePointer lhs,
TVMString rhs) |
static boolean |
tvm_runtime.greaterThan(String lhs,
TVMString rhs) |
static boolean |
tvm_runtime.greaterThan(TVMString lhs,
BytePointer rhs) |
static boolean |
tvm_runtime.greaterThan(TVMString lhs,
String rhs) |
static boolean |
tvm_runtime.greaterThan(TVMString lhs,
TVMString rhs) |
static boolean |
tvm_runtime.greaterThanEquals(BytePointer lhs,
TVMString rhs) |
static boolean |
tvm_runtime.greaterThanEquals(String lhs,
TVMString rhs) |
static boolean |
tvm_runtime.greaterThanEquals(TVMString lhs,
BytePointer rhs) |
static boolean |
tvm_runtime.greaterThanEquals(TVMString lhs,
String rhs) |
static boolean |
tvm_runtime.greaterThanEquals(TVMString lhs,
TVMString rhs) |
static boolean |
tvm_runtime.lessThan(BytePointer lhs,
TVMString rhs) |
static boolean |
tvm_runtime.lessThan(String lhs,
TVMString rhs) |
static boolean |
tvm_runtime.lessThan(TVMString lhs,
BytePointer rhs) |
static boolean |
tvm_runtime.lessThan(TVMString lhs,
String rhs) |
static boolean |
tvm_runtime.lessThan(TVMString lhs,
TVMString rhs) |
static boolean |
tvm_runtime.lessThanEquals(BytePointer lhs,
TVMString rhs) |
static boolean |
tvm_runtime.lessThanEquals(String lhs,
TVMString rhs) |
static boolean |
tvm_runtime.lessThanEquals(TVMString lhs,
BytePointer rhs) |
static boolean |
tvm_runtime.lessThanEquals(TVMString lhs,
String rhs) |
static boolean |
tvm_runtime.lessThanEquals(TVMString lhs,
TVMString rhs) |
static boolean |
tvm_runtime.notEquals(BytePointer lhs,
TVMString rhs) |
static boolean |
tvm_runtime.notEquals(String lhs,
TVMString rhs) |
static boolean |
tvm_runtime.notEquals(TVMString lhs,
BytePointer rhs) |
static boolean |
tvm_runtime.notEquals(TVMString lhs,
String rhs) |
static boolean |
tvm_runtime.notEquals(TVMString lhs,
TVMString rhs) |
static boolean |
tvm_runtime.RuntimeEnabled(TVMString target)
\brief Check if runtime module is enabled for target.
|
static Pointer |
tvm_runtime.shiftLeft(Pointer out,
TVMString input) |
Copyright © 2024. All rights reserved.