/external/libopus/dnn/training_tf2/ |
D | tf_funcs.py | 53 lpc_init = inputs 55 lpc_init = Llpc([lpc_init[:,:,:i],K.expand_dims(inputs[:,:,i],axis = -1)]) 56 return lpc_init
|
/external/coreboot/src/soc/intel/braswell/ |
D | Makefile.mk | 11 bootblock-y += lpc_init.c 55 smm-y += lpc_init.c
|
D | lpc_init.c | 90 void lpc_init(void) in lpc_init() function
|
/external/coreboot/src/soc/amd/common/block/lpc/ |
D | lpc.c | 51 static void lpc_init(struct device *dev) in lpc_init() function 319 .init = lpc_init,
|
/external/coreboot/src/southbridge/intel/i82801dx/ |
D | lpc.c | 227 static void lpc_init(struct device *dev) in lpc_init() function 287 .init = lpc_init,
|
/external/coreboot/src/southbridge/amd/pi/hudson/ |
D | lpc.c | 22 static void lpc_init(struct device *dev) in lpc_init() function 345 .init = lpc_init,
|
/external/coreboot/src/southbridge/intel/i82801gx/ |
D | lpc.c | 309 static void lpc_init(struct device *dev) in lpc_init() function 439 .init = lpc_init,
|
/external/coreboot/src/southbridge/intel/i82801jx/ |
D | lpc.c | 346 static void lpc_init(struct device *dev) in lpc_init() function 474 .init = lpc_init,
|
/external/coreboot/src/southbridge/intel/i82801ix/ |
D | lpc.c | 354 static void lpc_init(struct device *dev) in lpc_init() function 471 .init = lpc_init,
|
/external/coreboot/src/soc/intel/braswell/bootblock/ |
D | bootblock.c | 127 lpc_init(); in bootblock_soc_init()
|
/external/coreboot/src/soc/intel/broadwell/pch/ |
D | lpc.c | 446 static void lpc_init(struct device *dev) in lpc_init() function 615 .init = &lpc_init,
|
/external/coreboot/src/southbridge/intel/ibexpeak/ |
D | lpc.c | 399 static void lpc_init(struct device *dev) in lpc_init() function 542 .init = lpc_init,
|
/external/coreboot/src/soc/intel/denverton_ns/ |
D | lpc.c | 429 static void lpc_init(struct device *dev) in lpc_init() function 525 .init = lpc_init,
|
/external/coreboot/src/southbridge/intel/bd82x6x/ |
D | lpc.c | 492 static void lpc_init(struct device *dev) in lpc_init() function 669 .init = lpc_init,
|
/external/coreboot/src/southbridge/intel/lynxpoint/ |
D | lpc.c | 569 static void lpc_init(struct device *dev) in lpc_init() function 809 .init = lpc_init,
|
/external/coreboot/src/soc/intel/braswell/include/soc/ |
D | gpio.h | 472 void lpc_init(void);
|