#include <ShapeChecking.h>
|
static bool | constant () |
|
static int64_t | apply (int64_t a, int64_t b) |
|
template<class T1 , class T2 > |
static bool | backprop (int64_t ans, T1 a, T2 b) |
|
static std::string | ToString () |
|
◆ apply()
static int64_t open3d::ml::op_util::DimXDivide::apply |
( |
int64_t |
a, |
|
|
int64_t |
b |
|
) |
| |
|
inlinestatic |
◆ backprop()
template<class T1 , class T2 >
static bool open3d::ml::op_util::DimXDivide::backprop |
( |
int64_t |
ans, |
|
|
T1 |
a, |
|
|
T2 |
b |
|
) |
| |
|
inlinestatic |
◆ constant()
static bool open3d::ml::op_util::DimXDivide::constant |
( |
| ) |
|
|
inlinestatic |
◆ ToString()
static std::string open3d::ml::op_util::DimXDivide::ToString |
( |
| ) |
|
|
inlinestatic |
The documentation for this struct was generated from the following file: