Open3D (C++ API)  0.18.0
Public Member Functions
ReduceSubarraysSumOpKernelCPU< T > Class Template Reference
Inheritance diagram for ReduceSubarraysSumOpKernelCPU< T >:

Public Member Functions

 ReduceSubarraysSumOpKernelCPU (OpKernelConstruction *construction)
 
void Kernel (OpKernelContext *context, const tensorflow::Tensor &values, const tensorflow::Tensor &row_splits, tensorflow::Tensor &sums)
 

Constructor & Destructor Documentation

◆ ReduceSubarraysSumOpKernelCPU()

template<class T >
ReduceSubarraysSumOpKernelCPU< T >::ReduceSubarraysSumOpKernelCPU ( OpKernelConstruction *  construction)
inlineexplicit

Member Function Documentation

◆ Kernel()

template<class T >
void ReduceSubarraysSumOpKernelCPU< T >::Kernel ( OpKernelContext *  context,
const tensorflow::Tensor &  values,
const tensorflow::Tensor &  row_splits,
tensorflow::Tensor &  sums 
)
inline

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