Open3D (C++ API)  0.19.0
Loading...
Searching...
No Matches
open3d::ml::op_util::DimXDivide Struct Reference

#include <ShapeChecking.h>

Static Public Member Functions

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 ()

Member Function Documentation

◆ apply()

int64_t open3d::ml::op_util::DimXDivide::apply ( int64_t a,
int64_t b )
inlinestatic

◆ backprop()

template<class T1, class T2>
bool open3d::ml::op_util::DimXDivide::backprop ( int64_t ans,
T1 a,
T2 b )
inlinestatic

◆ constant()

bool open3d::ml::op_util::DimXDivide::constant ( )
inlinestatic

◆ ToString()

std::string open3d::ml::op_util::DimXDivide::ToString ( )
inlinestatic

The documentation for this struct was generated from the following file: