Searched refs:TypedMemset (Results 1 – 1 of 1) sorted by relevance
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/ |
D | optimized_ops.h | 5067 void TypedMemset(void* ptr, T value, size_t num) { in TypedMemset() function 5137 TypedMemset<T>( in PadImpl() 5144 TypedMemset<T>(output_data + Offset(ext_output_shape, out_b, 0, 0, 0), in PadImpl() 5150 TypedMemset<T>( in PadImpl() 5157 TypedMemset<T>( in PadImpl() 5170 TypedMemset<T>( in PadImpl() 5177 TypedMemset<T>(output_data + Offset(ext_output_shape, out_b, out_h, in PadImpl() 5183 TypedMemset<T>( in PadImpl() 5190 TypedMemset<T>( in PadImpl()
|