Home
last modified time | relevance | path

Searched refs:num_functions (Results 1 – 25 of 33) sorted by relevance

12

/aosp_15_r20/external/ComputeLibrary/tests/validation/fixtures/UNIT/
H A DDynamicTensorFixture.h422 const unsigned int num_functions = 5; in run() local
423 const unsigned int num_tensors = num_functions + 1; in run()
426 for(unsigned int i = 0; i < num_functions; ++i) in run()
446 std::vector<TensorType> ws(num_functions); in run()
447 std::vector<TensorType> bs(num_functions); in run()
455 for(unsigned int f = 0; f < num_functions; ++f) in run()
466 tensors[num_functions].allocator()->allocate(); in run()
474 for(unsigned int f = 0; f < num_functions; ++f) in run()
/aosp_15_r20/external/toolchain-utils/afdo_redaction/
H A Dremove_cold_functions.py111 num_functions = len(records)
112 if not num_functions:
128 % (len(records), num_functions, 100.0 * len(records) / num_functions),
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Dunary_ops_composition_test.cc92 int num_functions) { in UnaryOpsChain() argument
100 for (int j = 0; j < num_functions; ++j) { in UnaryOpsChain()
124 int num_functions) { in UnaryOpsCompo() argument
131 for (int j = 0; j < num_functions; ++j) { in UnaryOpsCompo()
/aosp_15_r20/external/pytorch/tools/autograd/templates/
H A Dpython_torch_functions.cpp82 constexpr size_t num_functions = sizeof(torch_functions_shard) / sizeof(torch_functions_shard[0]); variable
86 torch_functions_shard + num_functions);
/aosp_15_r20/packages/modules/Bluetooth/system/osi/test/fuzzers/allocator/
Dfuzz_allocator.cc103 size_t num_functions = dataProvider.ConsumeIntegralInRange<size_t>(0, MAX_NUM_FUNCTIONS); in LLVMFuzzerTestOneInput() local
104 for (size_t i = 0; i < num_functions; i++) { in LLVMFuzzerTestOneInput()
/aosp_15_r20/packages/modules/Bluetooth/system/osi/test/fuzzers/ringbuffer/
Dfuzz_ringbuffer.cc147 size_t num_functions = dataProvider.ConsumeIntegralInRange<size_t>(0, MAX_NUM_FUNCTIONS); in LLVMFuzzerTestOneInput() local
148 for (size_t i = 0; i < num_functions; i++) { in LLVMFuzzerTestOneInput()
/aosp_15_r20/packages/modules/Bluetooth/system/osi/test/fuzzers/fixed_queue/
Dfuzz_fixed_queue.cc218 size_t num_functions = dataProvider.ConsumeIntegralInRange<size_t>(0, MAX_NUM_FUNCTIONS); in LLVMFuzzerTestOneInput() local
219 for (size_t i = 0; i < num_functions; i++) { in LLVMFuzzerTestOneInput()
/aosp_15_r20/external/pytorch/test/distributed/_composable/
H A Dtest_checkpoint.py96 num_functions = 0
99 num_functions += 1
104 return num_functions
/aosp_15_r20/packages/modules/Bluetooth/system/osi/test/fuzzers/list/
Dfuzz_list.cc236 size_t num_functions = dataProvider.ConsumeIntegralInRange<size_t>(0, MAX_NUM_FUNCTIONS); in LLVMFuzzerTestOneInput() local
237 for (size_t i = 0; i < num_functions; i++) { in LLVMFuzzerTestOneInput()
/aosp_15_r20/external/toolchain-utils/cros_utils/
H A Dperf_diff.py299 def _GetTopFunctions(self, section_name, num_functions): argument
304 for f in section.functions[:num_functions]:
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/optimizers/
H A Dmeta_optimizer_test.cc330 EXPECT_EQ(3, optimized_flib.num_functions()); in TEST_F()
474 EXPECT_EQ(2, optimized_flib.num_functions()); in TEST_F()
570 EXPECT_EQ(2, optimized_flib.num_functions()); in TEST_F()
H A Dfunction_optimizer.cc455 int pruned_functions = static_cast<int>(pruned_flib.num_functions()) - in PruneFunctionLibrary()
456 static_cast<int>(flib.num_functions()); in PruneFunctionLibrary()
458 VLOG(3) << "Pruned function library: " << pruned_flib.num_functions() in PruneFunctionLibrary()
/aosp_15_r20/external/pytorch/torch/csrc/autograd/
H A Dpython_torch_functions_manual.cpp494 constexpr size_t num_functions = in gatherTorchFunctions() local
497 torch_functions_manual, torch_functions_manual + num_functions); in gatherTorchFunctions()
/aosp_15_r20/external/bcc/src/cc/
H A Dbpf_module.h108 size_t num_functions() const;
H A Dbcc_common.cc53 return mod->num_functions(); in bpf_num_functions()
H A Dbpf_module.cc653 size_t BPFModule::num_functions() const { return prog_func_info_->num_funcs(); } in num_functions() function in ebpf::BPFModule
/aosp_15_r20/external/bcc/src/cc/includes/
H A Dbpf_module.h108 size_t num_functions() const;
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/gpu/
H A Dgpu_compiler.cc1218 int num_functions = 0; in CompileToTargetBinary() local
1222 num_functions++; in CompileToTargetBinary()
1251 1, std::min<unsigned>(thread_pool->NumThreads(), num_functions)), in CompileToTargetBinary()
/aosp_15_r20/external/tensorflow/tensorflow/c/
H A Dc_api_function.cc269 return g->graph.flib_def().num_functions(); in TF_GraphNumFunctions()
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/utils/
H A Dfunctions.cc256 flib.num_functions() - function_body.library().function_size(), in MakeGrapplerFunctionItem()
/aosp_15_r20/external/tensorflow/tensorflow/core/framework/
H A Dfunction.h512 size_t num_functions() const { in num_functions() function
H A Dfunction_test.cc1486 EXPECT_EQ(reachable_flib.num_functions(), 5); in TEST()
/aosp_15_r20/external/mesa3d/src/compiler/nir/
H A Dnir_serialize.c2150 unsigned num_functions = blob_read_uint32(blob); in nir_deserialize() local
2151 for (unsigned i = 0; i < num_functions; i++) in nir_deserialize()
/aosp_15_r20/external/tensorflow/tensorflow/core/graph/
H A Dgraph.cc417 if (flib_def.num_functions() > 0 && versions_->min_consumer() < 12) { in Graph()
/aosp_15_r20/external/bcc/libbpf-tools/arm64/
H A Dvmlinux_608.h36812 unsigned int num_functions; member
75844 unsigned int num_functions; member
107580 unsigned int num_functions; member
133159 unsigned int num_functions; member
141821 unsigned int num_functions; member

12