Home
last modified time | relevance | path

Searched defs:new_kernel (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/vboot_reference/firmware/lib/cgptlib/
H A Dcgptlib.c37 int new_kernel = CGPT_KERNEL_ENTRY_NOT_FOUND; in GptNextKernelEntry() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/cpu/
H A Dconv_canonicalization.cc99 HloInstruction* new_kernel = module->entry_computation()->AddInstruction( in Run() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/gpu/
H A Dgpu_conv_padding_legalization.cc164 HloInstruction* new_kernel = in CanonicalizeForwardConvolution() local
/aosp_15_r20/system/update_engine/payload_consumer/
H A Ddelta_performer_integration_test.cc88 unique_ptr<ScopedTempFile> new_kernel; member
/aosp_15_r20/external/pytorch/torch/_inductor/codegen/
H A Dcpp.py4591 def new_kernel(self, cls, *args): member in KernelGroup
4594 def finalize_kernel(self, new_kernel, nodes): argument