Searched refs:TF_LITE_DIV (Results 1 – 1 of 1) sorted by relevance
/external/tensorflow/tensorflow/lite/kernels/ |
D | div.cc | 84 #define TF_LITE_DIV(type, opname, data_type) \ in EvalDiv() macro 98 TF_LITE_DIV(reference_ops, BroadcastDiv4DSlow, int32_t); in EvalDiv() 100 TF_LITE_DIV(reference_ops, Div, int32_t); in EvalDiv() 104 TF_LITE_DIV(optimized_ops, BroadcastDiv4DSlow, int32_t); in EvalDiv() 106 TF_LITE_DIV(optimized_ops, Div, int32_t); in EvalDiv() 112 TF_LITE_DIV(reference_ops, BroadcastDiv4DSlow, float); in EvalDiv() 114 TF_LITE_DIV(reference_ops, Div, float); in EvalDiv() 118 TF_LITE_DIV(optimized_ops, BroadcastDiv4DSlow, float); in EvalDiv() 120 TF_LITE_DIV(optimized_ops, Div, float); in EvalDiv() 124 #undef TF_LITE_DIV in EvalDiv()
|