Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
clad::custom_derivatives::TMVA::Experimental::SOFIE Namespace Reference

Functions

void Copy_pullback (float *output, const float *input, int size, float *_d_output, float *_d_input, int *)
 
void Fill_pullback (float *output, float value, int size, float *_d_output, float *_d_value, int *)
 
void Gemm_Call_pullback (float *output, bool transa, bool transb, int m, int n, int k, float alpha, const float *A, const float *B, float beta, const float *C, float *_d_output, bool *, bool *, int *, int *, int *, float *_d_alpha, float *_d_A, float *_d_B, float *_d_beta, float *_d_C)
 
void Relu_pullback (float *output, const float *input, int size, float *_d_output, float *_d_input, int *)
 

Function Documentation

◆ Copy_pullback()

void clad::custom_derivatives::TMVA::Experimental::SOFIE::Copy_pullback ( float * output,
const float * input,
int size,
float * _d_output,
float * _d_input,
int *  )
inline

Definition at line 1128 of file CladDerivator.h.

◆ Fill_pullback()

void clad::custom_derivatives::TMVA::Experimental::SOFIE::Fill_pullback ( float * output,
float value,
int size,
float * _d_output,
float * _d_value,
int *  )
inline

Definition at line 1137 of file CladDerivator.h.

◆ Gemm_Call_pullback()

void clad::custom_derivatives::TMVA::Experimental::SOFIE::Gemm_Call_pullback ( float * output,
bool transa,
bool transb,
int m,
int n,
int k,
float alpha,
const float * A,
const float * B,
float beta,
const float * C,
float * _d_output,
bool * ,
bool * ,
int * ,
int * ,
int * ,
float * _d_alpha,
float * _d_A,
float * _d_B,
float * _d_beta,
float * _d_C )
inline

Definition at line 1079 of file CladDerivator.h.

◆ Relu_pullback()

void clad::custom_derivatives::TMVA::Experimental::SOFIE::Relu_pullback ( float * output,
const float * input,
int size,
float * _d_output,
float * _d_input,
int *  )
inline

Definition at line 1146 of file CladDerivator.h.