Home
last modified time | relevance | path

Searched refs:output_num_elements (Results 1 – 2 of 2) sorted by relevance

/external/XNNPACK/test/
Dresize-bilinear-operator-tester.h325 const int64_t output_num_elements = output_num_pixels * channels(); in TestNCHWxF32() local
338 …output_ref[batch_index * output_num_elements + c * output_num_pixels + output_y * output_width() +… in TestNCHWxF32()
378 … ASSERT_NEAR(output[i * output_num_elements + c * output_num_pixels + y * output_width() + x], in TestNCHWxF32()
379 … output_ref[i * output_num_elements + c * output_num_pixels + y * output_width() + x], in TestNCHWxF32()
/external/tensorflow/tensorflow/core/grappler/optimizers/
Dconstant_folding.cc2773 const int output_num_elements = in IsReductionCandidateForSimplification() local
2775 *is_single_element_op = input_num_elements == 1 && output_num_elements == 1; in IsReductionCandidateForSimplification()