Home
last modified time | relevance | path

Searched defs:kernels (Results 1 – 25 of 272) sorted by relevance

1234567891011

/aosp_15_r20/external/tensorflow/tensorflow/security/advisory/
H A Dtfsa-2021-169.md3 ### CVE Number
6 ### Impact
23 ### Patches
28 ### For more information
31 ### Attribution
/aosp_15_r20/external/executorch/runtime/kernel/test/
H A Doperator_registry_test.cpp47 Kernel kernels[] = {Kernel("foo", [](KernelRuntimeContext&, EValue**) {})}; in TEST_F() local
55 Kernel kernels[] = { in TEST_F() local
119 EValue* kernels[1]; in TEST_F() local
146 Kernel kernels[] = {kernel_1, kernel_2}; in TEST_F() local
206 Kernel kernels[] = {kernel_1, kernel_2}; in TEST_F() local
269 EValue* kernels[1]; in TEST_F() local
297 EValue* kernels[1]; in TEST_F() local
H A Doperator_registry_max_kernel_num_test.cpp36 Kernel kernels[] = {Kernel("foo", [](KernelRuntimeContext&, EValue**) {})}; in TEST_F() local
45 Kernel kernels[] = { in TEST_F() local
H A Dkernel_double_registration_test.cpp33 Kernel kernels[] = {Kernel( in TEST_F() local
/aosp_15_r20/external/pytorch/torch/_inductor/codegen/
H A Dmulti_kernel.py35 def get_all_kernel_argdefs(kernels): argument
88 def define_kernel(self, kernels): argument
146 def __init__(self, kernels): argument
234 def __init__(self, multi_kernel_name, kernels): argument
281 def kernels(self): member in MultiKernelCall
/aosp_15_r20/packages/modules/Virtualization/guest/kernel/
DREADME.md10 ### Checkout the GKI source code.
17 ### Build the Microdroid kernels manually
38 ### Change the kernel configs
/aosp_15_r20/external/mesa3d/src/gallium/frontends/rusticl/core/
H A Dprogram.rs97 kernels: Vec<String>, field
185 pub fn kernels(&self) -> &[String] { in kernels() method
231 pub kernels: HashMap<String, Arc<NirKernelBuilds>>, field
381 let mut kernels = HashSet::new(); in from_bins() localVariable
580 let mut kernels = spirv.kernels(); in build() localVariable
674 let mut kernels = HashSet::new(); in link() localVariable
/aosp_15_r20/external/pytorch/test/edge/
H A Doperator_registry.cpp12 bool register_kernels(const ArrayRef<Kernel>& kernels) { in register_kernels()
17 const ArrayRef<Kernel>& kernels) { in register_kernels()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2xla/
H A Dxla_op_registry_test.cc70 for (const auto& kernels : registered_kernels) { in TEST() local
112 for (const auto& kernels : registered_kernels) { in TEST() local
/aosp_15_r20/external/executorch/runtime/kernel/
H A Doperator_registry.cpp49 Error register_kernels_internal(const Span<const Kernel> kernels) { in register_kernels_internal()
103 Error register_kernels(const Span<const Kernel> kernels) { in register_kernels()
H A Doperator_registry.h255 inline ::executorch::runtime::Error register_kernels(ArrayRef<Kernel> kernels) { in register_kernels()
272 Span<const Kernel> kernels = ::executorch::runtime::get_registered_kernels(); in get_kernels() local
/aosp_15_r20/system/libvintf/
H A DKernelInfo.cpp76 const std::vector<MatrixKernel>& kernels, Level kernelLevel, std::string* error) const { in getMatchedKernelRequirements() argument
213 const std::vector<const MatrixKernel*>& kernels, std::string* error) const { in getMatchedKernelVersionAndConfigs() argument
/aosp_15_r20/frameworks/rs/
H A DrsScriptGroup.cpp193 ScriptKernelID ** kernels, size_t kernelsSize, in create()
367 RsScriptKernelID * kernels, size_t kernelsSize, in rsi_ScriptGroupCreate()
/aosp_15_r20/external/mesa3d/src/compiler/clc/
H A Dclc_helpers.cpp682 std::vector<SPIRVKernelInfo> kernels; member in SPIRVKernelParser
698 struct clc_kernel_info *kernels = NULL; local
756 clc_free_kernels_info(const struct clc_kernel_info *kernels,
/aosp_15_r20/external/intel-media-driver/media_driver/agnostic/common/cm/
H A Dcm_execution_adv.cpp284 CmKernelEx *kernels[CM_MAX_KERNELS_PER_TASK]; in SubmitTask() local
674 CmKernelEx *kernels[CM_MAX_KERNELS_PER_TASK]; in SubmitGpgpuTask() local
H A Dcm_scratch_space.cpp66 MOS_STATUS CmScratchSpace::Allocate(CmKernelEx **kernels, uint32_t count) in Allocate()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tfrt/jit/
H A Dtf_jitrt_kernels_registration.cc20 namespace kernels { namespace
H A Dtf_cpurt_kernels_registration.cc24 namespace kernels { namespace
/aosp_15_r20/external/executorch/kernels/test/
H A Dsummarize_supported_features.py9 kernels = { variable
/aosp_15_r20/external/libopus/dnn/torch/osce/utils/
H A Dada_conv.py36 def adaconv_kernel(x, kernels, half_window, fft_size=256): argument
/aosp_15_r20/external/armnn/src/backends/neon/
H A DNeonInterceptorScheduler.hpp33 void SetKernels(NeonTimer::KernelMeasurements* kernels) { m_Kernels = kernels; } in SetKernels()
/aosp_15_r20/external/ComputeLibrary/src/cpu/kernels/directconv2d/nhwc/neon/
H A Dfp32.cpp31 namespace kernels namespace
/aosp_15_r20/external/autotest/client/bin/
H A Dkernel_versions_unittest.py13 def increases(self, kernels): argument
/aosp_15_r20/external/mesa3d/src/intel/vulkan/grl/
H A Dgrl_cl_kernel_gen.py136 def add_kernels(kernels, cl_file, entrypoint, libs): argument
/aosp_15_r20/external/intel-media-driver/media_softlet/agnostic/common/vp/cm_fc_ld/
H A Dcm_fc_ld.cpp73 int cm_fc_combine_kernels(size_t num_kernels, cm_fc_kernel_t kernels[], in cm_fc_combine_kernels()

1234567891011