/external/tensorflow/tensorflow/lite/kernels/internal/reference/ |
D | logistic.h | 35 const int flat_size = MatchingFlatSize(input_shape, output_shape); in Logistic() 71 const int flat_size = MatchingFlatSize(input_shape, output_shape); in Logistic() 100 const int flat_size = MatchingFlatSize(input_shape, output_shape); in Logistic()
|
D | tanh.h | 31 const int flat_size = MatchingFlatSize(input_shape, output_shape); in Tanh() 58 const int flat_size = MatchingFlatSize(input_shape, output_shape); in Tanh() 91 const int flat_size = MatchingFlatSize(input_shape, output_shape); in Tanh()
|
D | leaky_relu.h | 29 const int flat_size = MatchingFlatSize(input_shape, output_shape); in LeakyRelu() 43 const int flat_size = MatchingFlatSize(input_shape, output_shape); in QuantizeLeakyRelu()
|
D | dequantize.h | 37 const int flat_size = MatchingFlatSize(input_shape, output_shape); in Dequantize() 53 MatchingFlatSize(input_shape, output_shape); in PerChannelDequantize()
|
D | hard_swish.h | 48 auto matching_size = MatchingFlatSize(input_shape, output_shape); in HardSwish() 64 const int flat_size = MatchingFlatSize(input_shape, output_shape); in HardSwish()
|
D | ceil.h | 28 const int flat_size = MatchingFlatSize(input_shape, output_shape); in Ceil()
|
D | floor.h | 28 const int flat_size = MatchingFlatSize(input_shape, output_shape); in Floor()
|
D | neg.h | 27 const int flat_size = MatchingFlatSize(input_shape, output_shape); in Negate()
|
D | elu.h | 28 const int flat_size = MatchingFlatSize(input_shape, output_shape); in Elu()
|
D | cast.h | 28 const int flat_size = MatchingFlatSize(input_shape, output_shape); in Cast()
|
D | mul.h | 54 MatchingFlatSize(input1_shape, input2_shape, output_shape); in Mul() 69 MatchingFlatSize(input1_shape, input2_shape, output_shape); in Mul()
|
D | round.h | 39 const int flat_size = MatchingFlatSize(input_shape, output_shape); in Round()
|
D | quantize.h | 38 const int flat_size = MatchingFlatSize(input_shape, output_shape); in AffineQuantize()
|
D | reference_ops.h | 93 const int flat_size = MatchingFlatSize(input_shape, output_shape); in Relu() 106 const int flat_size = MatchingFlatSize(input_shape, output_shape); in Relu1() 119 const int flat_size = MatchingFlatSize(input_shape, output_shape); in Relu6() 134 const int flat_size = MatchingFlatSize(input_shape, output_shape); in ReluX() 152 const int flat_size = MatchingFlatSize(input_shape, output_shape); in ReluX() 1029 const int flat_size = MatchingFlatSize(input_shape, output_shape); in Dequantize() 1054 const int flat_size = MatchingFlatSize(input_shape, output_shape); in FakeQuant() 1425 const int flat_size = MatchingFlatSize(input1_shape, output_shape); in Minimum() 1447 const int flat_size = MatchingFlatSize(input1_shape, output_shape); in Maximum() 1489 const int64_t flatsize = MatchingFlatSize( in Select() [all …]
|
D | binary_function.h | 71 MatchingFlatSize(input1_shape, input2_shape, output_shape); in BinaryFunction()
|
D | string_comparisons.h | 48 MatchingFlatSize(input1_shape, input2_shape, output_shape); in ComparisonStringImpl()
|
/external/tensorflow/tensorflow/lite/kernels/internal/ |
D | types.h | 519 inline int MatchingFlatSize(const RuntimeShape& shape, in MatchingFlatSize() function 529 inline int MatchingFlatSize(const RuntimeShape& shape, in MatchingFlatSize() function 537 return MatchingFlatSize(shape, check_shape_1); in MatchingFlatSize() 540 inline int MatchingFlatSize(const RuntimeShape& shape, in MatchingFlatSize() function 549 return MatchingFlatSize(shape, check_shape_1, check_shape_2); in MatchingFlatSize() 552 inline int MatchingFlatSize(const RuntimeShape& shape, in MatchingFlatSize() function 562 return MatchingFlatSize(shape, check_shape_1, check_shape_2, check_shape_3); in MatchingFlatSize() 568 inline int MatchingFlatSize(const Dims<N>& dims, const Dims<N>& check_dims_0) { in MatchingFlatSize() function 576 inline int MatchingFlatSize(const Dims<N>& dims, const Dims<N>& check_dims_0, in MatchingFlatSize() function 581 return MatchingFlatSize(dims, check_dims_1); in MatchingFlatSize() [all …]
|
/external/tensorflow/tensorflow/lite/micro/kernels/ceva/ |
D | types.h | 668 inline int MatchingFlatSize(const RuntimeShape& shape, 678 inline int MatchingFlatSize(const RuntimeShape& shape, 686 return MatchingFlatSize(shape, check_shape_1); 689 inline int MatchingFlatSize(const RuntimeShape& shape, 698 return MatchingFlatSize(shape, check_shape_1, check_shape_2); 701 inline int MatchingFlatSize(const RuntimeShape& shape, 711 return MatchingFlatSize(shape, check_shape_1, check_shape_2, check_shape_3); 717 inline int MatchingFlatSize(const Dims<N>& dims, const Dims<N>& check_dims_0) { 725 inline int MatchingFlatSize(const Dims<N>& dims, const Dims<N>& check_dims_0, 730 return MatchingFlatSize(dims, check_dims_1); [all …]
|
/external/tensorflow/tensorflow/lite/kernels/ |
D | quantize.cc | 195 MatchingFlatSize(input_shape, output_shape), in Eval() 203 MatchingFlatSize(input_shape, output_shape), in Eval() 214 MatchingFlatSize(input_shape, output_shape), in Eval() 227 const int32_t size = MatchingFlatSize(input_shape, output_shape); in Eval() 249 const int32_t size = MatchingFlatSize(input_shape, output_shape); in Eval()
|
/external/tensorflow/tensorflow/lite/experimental/resource/ |
D | static_hashtable.cc | 35 MatchingFlatSize(GetTensorShape(keys), GetTensorShape(values)); in Lookup() 71 MatchingFlatSize(GetTensorShape(keys), GetTensorShape(values)); in Import()
|
/external/tensorflow/tensorflow/lite/kernels/internal/reference/integer_ops/ |
D | tanh.h | 37 const int flat_size = MatchingFlatSize(input_shape, output_shape); in Tanh() 80 int flat_size = MatchingFlatSize(input_shape, output_shape); in Tanh()
|
D | dequantize.h | 31 const int flat_size = MatchingFlatSize(input_shape, output_shape); in Dequantize()
|
/external/tensorflow/tensorflow/lite/micro/kernels/ |
D | activations.cc | 54 const int flat_size = MatchingFlatSize(input_shape, output_shape); in ReluQuantized() 99 const int flat_size = MatchingFlatSize(input_shape, output_shape); in ReluFloat() 110 const int flat_size = MatchingFlatSize(input_shape, output_shape); in Relu6Float() 124 const int flat_size = MatchingFlatSize(input_shape, output_shape); in Relu6Quantized()
|
D | zeros_like.cc | 52 int flat_size = MatchingFlatSize(tflite::micro::GetTensorShape(input), in Eval()
|
D | exp.cc | 51 int flat_size = MatchingFlatSize(tflite::micro::GetTensorShape(input), in Eval()
|