Home
last modified time | relevance | path

Searched refs:MatchingElementsSize (Results 1 – 16 of 16) sorted by relevance

/external/tensorflow/tensorflow/lite/kernels/internal/reference/
Dadd.h31 MatchingElementsSize(input1_shape, input2_shape, output_shape); in Add()
44 MatchingElementsSize(input1_shape, input2_shape, output_shape); in Add()
131 MatchingElementsSize(input1_shape, input2_shape, output_shape); in Add()
150 MatchingElementsSize(input1_shape, input2_shape, output_shape); in AddGeneralParamScale()
177 MatchingElementsSize(input1_shape, input2_shape, output_shape);
Dsub.h40 MatchingElementsSize(input1_shape, input2_shape, output_shape); in SubNonBroadcast()
56 MatchingElementsSize(input1_shape, input2_shape, output_shape); in SubNonBroadcast()
453 MatchingElementsSize(input1_shape, input2_shape, output_shape); in Sub()
470 MatchingElementsSize(input1_shape, input2_shape, output_shape); in Sub()
543 MatchingElementsSize(input1_shape, input2_shape, output_shape); in SubWithActivation()
Ddiv.h68 MatchingElementsSize(input1_shape, input2_shape, output_shape); in Div()
183 MatchingElementsSize(input1_shape, input2_shape, output_shape); in Div()
Dmaximum_minimum.h34 MatchingElementsSize(unextended_input1_shape, unextended_input2_shape, in MaximumMinimumBroadcastSlow()
Dprelu.h84 MatchingElementsSize(input_shape, alpha_shape, output_shape); in Prelu()
Dreference_ops.h227 MatchingElementsSize(input1_shape, input2_shape, output_shape); in Mul()
250 MatchingElementsSize(input1_shape, input2_shape, output_shape); in Mul()
275 MatchingElementsSize(input1_shape, input2_shape, output_shape); in Sub16()
/external/tensorflow/tensorflow/lite/kernels/internal/reference/integer_ops/
Dmul.h53 MatchingElementsSize(input1_shape, input2_shape, output_shape); in Mul()
70 MatchingElementsSize(input1_shape, input2_shape, output_shape); in Mul()
Dadd.h124 MatchingElementsSize(input1_shape, input2_shape, output_shape); in Add()
/external/tensorflow/tensorflow/lite/micro/kernels/cmsis_nn/
Dmul.cc139 MatchingElementsSize(tflite::micro::GetTensorShape(input1), in EvalQuantized()
Dadd.cc165 MatchingElementsSize(tflite::micro::GetTensorShape(input1), in EvalAddQuantized()
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/integer_ops/
Dmul.h240 MatchingElementsSize(input1_shape, input2_shape, output_shape); in Mul()
Dadd.h275 MatchingElementsSize(input1_shape, input2_shape, output_shape); in Add()
/external/tensorflow/tensorflow/lite/kernels/internal/
Dtypes.h498 inline int MatchingElementsSize(const RuntimeShape& shape, in MatchingElementsSize() function
506 inline int MatchingElementsSize(const RuntimeShape& shape, in MatchingElementsSize() function
/external/tensorflow/tensorflow/lite/micro/kernels/ceva/
Dtypes.h647 inline int MatchingElementsSize(const RuntimeShape& shape,
655 inline int MatchingElementsSize(const RuntimeShape& shape,
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/
Doptimized_ops.h1854 MatchingElementsSize(input1_shape, input2_shape, output_shape); in Add()
2093 MatchingElementsSize(input1_shape, input2_shape, output_shape); in Add()
2112 MatchingElementsSize(input1_shape, input2_shape, output_shape); in Add()
2276 MatchingElementsSize(input1_shape, input2_shape, output_shape); in Mul()
2287 MatchingElementsSize(input1_shape, input2_shape, output_shape); in Mul()
2333 MatchingElementsSize(input1_shape, input2_shape, output_shape); in Mul()
2358 MatchingElementsSize(input1_shape, input2_shape, output_shape); in Mul()
2562 MatchingElementsSize(input1_shape, input2_shape, output_shape); in Mul()
/external/tensorflow/tensorflow/lite/kernels/
Dactivations.cc1276 MatchingElementsSize(GetTensorShape(input), GetTensorShape(alpha), in PreluEval()