Home
last modified time | relevance | path

Searched refs:b_max (Results 1 – 25 of 30) sorted by relevance

12

/external/tensorflow/tensorflow/core/kernels/
Dquantized_matmul_op_test.cc310 const float b_max = 0.641057f; in TEST_F() local
325 Tensor b_quantized = FloatTensorToQuantized<quint8>(b_float, b_min, b_max); in TEST_F()
332 AddInputFromArray<float>(TensorShape({1}), {b_max}); in TEST_F()
/external/u-boot/drivers/mmc/
Darm_pl180_mmci.c388 if (host->b_max != 0) in arm_pl180_mmci_init()
389 host->cfg.b_max = host->b_max; in arm_pl180_mmci_init()
391 host->cfg.b_max = CONFIG_SYS_MMC_MAX_BLK_COUNT; in arm_pl180_mmci_init()
Dmmc_write.c213 cur = (blocks_todo > mmc->cfg->b_max) ? in mmc_bwrite()
214 mmc->cfg->b_max : blocks_todo; in mmc_bwrite()
Dsandbox_mmc.c121 cfg->b_max = U32_MAX; in sandbox_mmc_bind()
Darm_pl180_mmci.h183 unsigned int b_max; member
Dmmc_legacy.c170 cfg->f_max == 0 || cfg->b_max == 0) in mmc_create()
Dsh_sdhi.c737 .b_max = CONFIG_SYS_MMC_MAX_BLK_COUNT,
748 .b_max = CONFIG_SYS_MMC_MAX_BLK_COUNT,
882 plat->cfg.b_max = CONFIG_SYS_MMC_MAX_BLK_COUNT; in sh_sdhi_dm_probe()
Dgen_atmel_mci.c504 cfg->b_max = CONFIG_SYS_MMC_MAX_BLK_COUNT;
546 cfg->b_max = CONFIG_SYS_MMC_MAX_BLK_COUNT;
Dsunxi_mmc.c502 cfg->b_max = CONFIG_SYS_MMC_MAX_BLK_COUNT; in sunxi_mmc_init()
586 cfg->b_max = CONFIG_SYS_MMC_MAX_BLK_COUNT; in sunxi_mmc_probe()
Dmeson_gx_mmc.c249 cfg->b_max = 511; /* max 512 - 1 blocks */ in meson_mmc_probe()
Dsh_mmcif.c608 .b_max = CONFIG_SYS_MMC_MAX_BLK_COUNT,
724 plat->cfg.b_max = CONFIG_SYS_MMC_MAX_BLK_COUNT; in sh_mmcif_dm_probe()
Dmmc_spi.c273 .b_max = CONFIG_SYS_MMC_MAX_BLK_COUNT,
Dmvebu_mmc.c426 .b_max = CONFIG_SYS_MMC_MAX_BLK_COUNT,
Dpxa_mmc_gen.c381 .b_max = CONFIG_SYS_MMC_MAX_BLK_COUNT,
Ddavinci_mmc.c386 host->cfg.b_max = DAVINCI_MAX_BLOCKS; in davinci_mmc_init()
Dmxsmmc.c419 priv->cfg.b_max = 0x20; in mxsmmc_initialize()
Dmxcmmc.c503 .b_max = CONFIG_SYS_MMC_MAX_BLK_COUNT,
Domap_hsmmc.c1522 cfg->b_max = CONFIG_SYS_MMC_MAX_BLK_COUNT;
1529 cfg->b_max = 1;
1840 cfg->b_max = CONFIG_SYS_MMC_MAX_BLK_COUNT;
Dftsdc010_mci.c387 cfg->b_max = CONFIG_SYS_MMC_MAX_BLK_COUNT; in ftsdc_setup_cfg()
Ddw_mmc.c512 cfg->b_max = CONFIG_SYS_MMC_MAX_BLK_COUNT;
Dtegra_mmc.c618 cfg->b_max = CONFIG_SYS_MMC_MAX_BLK_COUNT; in tegra_mmc_probe()
Dstm32_sdmmc2.c559 cfg->b_max = CONFIG_SYS_MMC_MAX_BLK_COUNT; in stm32_sdmmc2_probe()
/external/tensorflow/tensorflow/lite/kernels/internal/
Dtensor_utils_test.cc428 float b_min, b_max; in TEST() local
431 &b_max, &scaling_factor_b[0]); in TEST()
433 &b_int8_data[b_rows * b_cols], &b_min, &b_max, in TEST()
/external/u-boot/board/ti/am335x/
Dboard.c972 .cfg.b_max = CONFIG_SYS_MMC_MAX_BLK_COUNT,
986 .cfg.b_max = CONFIG_SYS_MMC_MAX_BLK_COUNT,
/external/u-boot/include/
Dmmc.h499 uint b_max; member

12