/external/tensorflow/tensorflow/lite/kernels/internal/reference/ |
D | add.h | 31 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);
|
D | sub.h | 40 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()
|
D | div.h | 68 MatchingElementsSize(input1_shape, input2_shape, output_shape); in Div() 183 MatchingElementsSize(input1_shape, input2_shape, output_shape); in Div()
|
D | maximum_minimum.h | 34 MatchingElementsSize(unextended_input1_shape, unextended_input2_shape, in MaximumMinimumBroadcastSlow()
|
D | prelu.h | 84 MatchingElementsSize(input_shape, alpha_shape, output_shape); in Prelu()
|
D | reference_ops.h | 227 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/ |
D | mul.h | 53 MatchingElementsSize(input1_shape, input2_shape, output_shape); in Mul() 70 MatchingElementsSize(input1_shape, input2_shape, output_shape); in Mul()
|
D | add.h | 124 MatchingElementsSize(input1_shape, input2_shape, output_shape); in Add()
|
/external/tensorflow/tensorflow/lite/micro/kernels/cmsis_nn/ |
D | mul.cc | 139 MatchingElementsSize(tflite::micro::GetTensorShape(input1), in EvalQuantized()
|
D | add.cc | 165 MatchingElementsSize(tflite::micro::GetTensorShape(input1), in EvalAddQuantized()
|
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/integer_ops/ |
D | mul.h | 240 MatchingElementsSize(input1_shape, input2_shape, output_shape); in Mul()
|
D | add.h | 275 MatchingElementsSize(input1_shape, input2_shape, output_shape); in Add()
|
/external/tensorflow/tensorflow/lite/kernels/internal/ |
D | types.h | 498 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/ |
D | types.h | 647 inline int MatchingElementsSize(const RuntimeShape& shape, 655 inline int MatchingElementsSize(const RuntimeShape& shape,
|
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/ |
D | optimized_ops.h | 1854 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/ |
D | activations.cc | 1276 MatchingElementsSize(GetTensorShape(input), GetTensorShape(alpha), in PreluEval()
|