/aosp_15_r20/external/ComputeLibrary/tests/validation/fixtures/UNIT/ |
H A D | DynamicTensorFixture.h | 422 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 D | remove_cold_functions.py | 111 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 D | unary_ops_composition_test.cc | 92 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 D | python_torch_functions.cpp | 82 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/ |
D | fuzz_allocator.cc | 103 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/ |
D | fuzz_ringbuffer.cc | 147 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/ |
D | fuzz_fixed_queue.cc | 218 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 D | test_checkpoint.py | 96 num_functions = 0 99 num_functions += 1 104 return num_functions
|
/aosp_15_r20/packages/modules/Bluetooth/system/osi/test/fuzzers/list/ |
D | fuzz_list.cc | 236 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 D | perf_diff.py | 299 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 D | meta_optimizer_test.cc | 330 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 D | function_optimizer.cc | 455 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 D | python_torch_functions_manual.cpp | 494 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 D | bpf_module.h | 108 size_t num_functions() const;
|
H A D | bcc_common.cc | 53 return mod->num_functions(); in bpf_num_functions()
|
H A D | bpf_module.cc | 653 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 D | bpf_module.h | 108 size_t num_functions() const;
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/gpu/ |
H A D | gpu_compiler.cc | 1218 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 D | c_api_function.cc | 269 return g->graph.flib_def().num_functions(); in TF_GraphNumFunctions()
|
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/utils/ |
H A D | functions.cc | 256 flib.num_functions() - function_body.library().function_size(), in MakeGrapplerFunctionItem()
|
/aosp_15_r20/external/tensorflow/tensorflow/core/framework/ |
H A D | function.h | 512 size_t num_functions() const { in num_functions() function
|
H A D | function_test.cc | 1486 EXPECT_EQ(reachable_flib.num_functions(), 5); in TEST()
|
/aosp_15_r20/external/mesa3d/src/compiler/nir/ |
H A D | nir_serialize.c | 2150 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 D | graph.cc | 417 if (flib_def.num_functions() > 0 && versions_->min_consumer() < 12) { in Graph()
|
/aosp_15_r20/external/bcc/libbpf-tools/arm64/ |
H A D | vmlinux_608.h | 36812 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
|