Home
last modified time | relevance | path

Searched refs:num_operators (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/python/kernel_tests/linalg/
H A Dlinear_operator_composition_test.py57 num_operators = rng.randint(low=1, high=3)
63 shape, dtype, force_well_conditioned=True)] * num_operators
68 for _ in range(num_operators)
/aosp_15_r20/external/pdfium/core/fpdfapi/page/
H A Dcpdf_psengine_unittest.cpp74 EXPECT_EQ(0U, proc.num_operators()); in TEST()
78 ASSERT_EQ(i + 1, proc.num_operators()); in TEST()
H A Dcpdf_psengine.h98 size_t num_operators() const { return m_Operators.size(); } in num_operators() function
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/xnnpack/
H A Dxnnpack_delegate.cc806 size_t num_operators; in AddEventsToProfiler() local
808 runtime, xnn_profile_info_num_operators, sizeof(num_operators), in AddEventsToProfiler()
809 &num_operators, &required_size); in AddEventsToProfiler()
829 for (size_t node_index = 0; node_index < num_operators; ++node_index) { in AddEventsToProfiler()