Searched refs:new_kernel (Results 1 – 4 of 4) sorted by relevance
/external/vboot_reference/firmware/lib/cgptlib/ |
D | cgptlib.c | 38 int new_kernel = CGPT_KERNEL_ENTRY_NOT_FOUND; in GptNextKernelEntry() local 90 new_kernel = i; in GptNextKernelEntry() 100 gpt->current_kernel = new_kernel; in GptNextKernelEntry() 103 if (CGPT_KERNEL_ENTRY_NOT_FOUND == new_kernel) { in GptNextKernelEntry() 108 VBDEBUG(("GptNextKernelEntry likes partition %d\n", new_kernel + 1)); in GptNextKernelEntry() 109 e = entries + new_kernel; in GptNextKernelEntry()
|
/external/ImageMagick/MagickCore/ |
D | morphology.c | 491 *new_kernel; in AcquireKernelInfo() local 519 new_kernel=ParseKernelName(p,exception); in AcquireKernelInfo() 521 new_kernel=ParseKernelArray(p); in AcquireKernelInfo() 524 if (new_kernel == (KernelInfo *) NULL) in AcquireKernelInfo() 533 kernel=new_kernel; in AcquireKernelInfo() 535 LastKernelInfo(kernel)->next=new_kernel; in AcquireKernelInfo() 1772 *new_kernel; in AcquireKernelBuiltIn() local 1777 new_kernel=ParseKernelArray("3: 0,0,1 0,-,1 0,1,-"); in AcquireKernelBuiltIn() 1778 if (new_kernel == (KernelInfo *) NULL) in AcquireKernelBuiltIn() 1780 new_kernel->type = type; in AcquireKernelBuiltIn() [all …]
|
/external/tensorflow/tensorflow/compiler/xla/service/cpu/ |
D | conv_canonicalization.cc | 99 HloInstruction* new_kernel = module->entry_computation()->AddInstruction( in Run() local 137 new_conv_shape, new_input, new_kernel, hlo->feature_group_count(), in Run()
|
/external/tensorflow/tensorflow/compiler/xla/service/gpu/ |
D | gpu_conv_padding_legalization.cc | 164 HloInstruction* new_kernel = in CanonicalizeForwardConvolution() local 174 dim->set_size(new_kernel->shape().dimensions( in CanonicalizeForwardConvolution() 185 operands[1] = new_kernel; in CanonicalizeForwardConvolution()
|