Searched defs:input2_shape (Results 1 – 8 of 8) sorted by relevance
/external/tensorflow/tensorflow/lite/kernels/internal/reference/integer_ops/ |
D | mul.h | 44 const RuntimeShape& input2_shape, const int8_t* input2_data, in Mul() 58 const RuntimeShape& input2_shape, const int16* input2_data, in Mul() 88 const RuntimeShape& input2_shape, in BroadcastMul4DSlow()
|
D | add.h | 62 const RuntimeShape& input2_shape, const int8_t* input2_data, in Add() 80 const RuntimeShape& input2_shape, in BroadcastAdd4DSlow()
|
/external/tensorflow/tensorflow/lite/kernels/ |
D | logical_test.cc | 29 std::initializer_list<int> input2_shape, BuiltinOperator op) { in LogicalOpModel()
|
D | select_test.cc | 29 std::initializer_list<int> input2_shape, in SelectOpModel()
|
D | comparisons_test.cc | 29 std::initializer_list<int> input2_shape, in ComparisonOpModel()
|
/external/tensorflow/tensorflow/lite/kernels/internal/reference/ |
D | reference_ops.h | 527 const RuntimeShape& input2_shape, const T* input2_data, in Add() 540 const RuntimeShape& input2_shape, const float* input2_data, in Add() 635 const RuntimeShape& input2_shape, const uint8* input2_data, in Add() 651 const RuntimeShape& input2_shape, const int16* input2_data, in Add() 696 const RuntimeShape& input2_shape, in BroadcastAdd4DSlow() 737 const RuntimeShape& input2_shape, in BroadcastAdd4DSlow() 779 const RuntimeShape& input2_shape, in BroadcastAdd4DSlow() 936 const RuntimeShape& input2_shape, const T* input2_data, in Mul() 1031 const RuntimeShape& input2_shape, const uint8* input2_data, in Mul() 1097 const RuntimeShape& input2_shape, in BroadcastMul4DSlow() [all …]
|
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/ |
D | optimized_ops.h | 2625 const RuntimeShape& input2_shape, const float* input2_data, in Add() 2873 const RuntimeShape& input2_shape, const uint8* input2_data, in Add() 2890 const RuntimeShape& input2_shape, const int16* input2_data, in Add() 2927 const RuntimeShape& input2_shape, const int32* input2_data, in Add() 3047 const RuntimeShape& input2_shape, const float* input2_data, in Mul() 3107 const RuntimeShape& input2_shape, const int32* input2_data, in Mul() 3125 const RuntimeShape& input2_shape, in MulNoActivation() 3150 const RuntimeShape& input2_shape, const int16* input2_data, in Mul() 3171 const RuntimeShape& input2_shape, const int16* input2_data, in Mul() 3337 const RuntimeShape& input2_shape, const uint8* input2_data, in Mul() [all …]
|
/external/tensorflow/tensorflow/contrib/lite/kernels/internal/optimized/ |
D | optimized_ops.h | 2842 const RuntimeShape& input2_shape, const float* input2_data, in Add() 2986 const RuntimeShape& input2_shape, const uint8* input2_data, in Add() 3003 const RuntimeShape& input2_shape, const int16* input2_data, in Add() 3040 const RuntimeShape& input2_shape, const int32* input2_data, in Add() 3123 const RuntimeShape& input2_shape, const float* input2_data, in Mul() 3183 const RuntimeShape& input2_shape, const int32* input2_data, in Mul() 3201 const RuntimeShape& input2_shape, in MulNoActivation() 3226 const RuntimeShape& input2_shape, const int16* input2_data, in Mul() 3247 const RuntimeShape& input2_shape, const int16* input2_data, in Mul() 3413 const RuntimeShape& input2_shape, const uint8* input2_data, in Mul() [all …]
|