Searched refs:n_memory (Results 1 – 5 of 5) sorted by relevance
/external/tensorflow/tensorflow/lite/micro/kernels/ |
D | svdf_common.cc | 46 const int n_memory = weights_time_tensor->dims->data[1]; in EvalIntegerSvdfReference() local 64 const int16_t* old_state_end = state_ptr + n_batch * n_filter * n_memory; in EvalIntegerSvdfReference() 81 int16_t* result_in_batch = state + (n_memory - 1); in EvalIntegerSvdfReference() 101 result_in_batch += n_memory; in EvalIntegerSvdfReference() 116 b * n_memory * n_filter; in EvalIntegerSvdfReference() 120 for (int j = 0; j < n_memory; j++) { in EvalIntegerSvdfReference()
|
/external/tensorflow/tensorflow/lite/micro/kernels/xtensa/ |
D | svdf.cc | 67 const int n_memory = weights_time_tensor->dims->data[1]; in EvalIntegerSvdfHifimini() local 87 const int16_t* old_state_end = state_ptr + n_batch * n_filter * n_memory; in EvalIntegerSvdfHifimini() 100 int16_t* result_in_batch = state_ptr + (n_memory - 1); in EvalIntegerSvdfHifimini() 155 result_in_batch += n_memory; in EvalIntegerSvdfHifimini() 168 const int16_t* vector2_ptr = state_ptr + b * n_memory * n_filter; in EvalIntegerSvdfHifimini() 179 int num_iters = n_memory / 2; in EvalIntegerSvdfHifimini() 262 const int n_memory = weights_time_tensor->dims->data[1]; in EvalIntegerSvdfHifi4() local 272 int num_bytes = sizeof(*state_ptr) * (n_batch * n_filter * n_memory - 1); in EvalIntegerSvdfHifi4() 281 int16_t* result_in_batch = state_ptr + (n_memory - 1); in EvalIntegerSvdfHifi4() 286 &result_in_batch[b * n_filter * n_memory], in EvalIntegerSvdfHifi4() [all …]
|
/external/tensorflow/tensorflow/lite/kernels/internal/reference/ |
D | svdf.h | 81 const int n_memory = weights_time_shape.Dims(1); in EvalIntegerSVDF() local 86 std::copy(state_data + 1, state_data + n_batch * n_memory * n_filter, in EvalIntegerSVDF() 94 int16_t* result_in_batch = state_data + (n_memory - 1); in EvalIntegerSVDF() 113 result_in_batch += n_memory; in EvalIntegerSVDF() 121 const int16_t* state_data_batch = state_data + b * n_memory * n_filter; in EvalIntegerSVDF() 124 weights_time_data, state_data_batch, n_memory, n_filter, in EvalIntegerSVDF()
|
/external/tensorflow/tensorflow/lite/micro/kernels/ceva/ |
D | ceva_tflm_lib.h | 259 void CEVA_TFLM_svdf_Int8(int n_memory, const int8_t* matrix_ptr,
|
/external/libxml2/ |
D | testapi.c | 19289 int n_memory; in test_xmlBuildQName() local 19295 for (n_memory = 0;n_memory < gen_nb_xmlChar_ptr;n_memory++) { in test_xmlBuildQName() 19300 memory = gen_xmlChar_ptr(n_memory, 2); in test_xmlBuildQName() 19315 des_xmlChar_ptr(n_memory, memory, 2); in test_xmlBuildQName() 19324 printf(" %d", n_memory); in test_xmlBuildQName()
|