Searched refs:ReluInit (Results 1 – 2 of 2) sorted by relevance
/external/tensorflow/tensorflow/lite/micro/kernels/ |
D | activations.cc | 132 void* ReluInit(TfLiteContext* context, const char* buffer, size_t length) { in ReluInit() function 265 return {/*init=*/activations::ReluInit, in Register_RELU()
|
/external/tensorflow/tensorflow/lite/kernels/ |
D | activations.cc | 265 void* ReluInit(TfLiteContext* context, const char* buffer, size_t length) { in ReluInit() function 1457 static TfLiteRegistration r = {activations::ReluInit, activations::ReluFree, in Register_RELU() 1464 static TfLiteRegistration r = {activations::ReluInit, activations::ReluFree, in Register_RELU_N1_TO_1() 1471 static TfLiteRegistration r = {activations::ReluInit, activations::ReluFree, in Register_RELU6()
|