Home | History | Annotate | Download | only in toco

Lines Matching refs:maxpool

256     HANDLE_OPERATORTYPENAME_CASE(MaxPool)
1539 const auto& maxpool = *static_cast<const MaxPoolOperator*>(op.get());
1545 maxpool.kheight * maxpool.kwidth;
1560 const auto* maxpool = static_cast<const MaxPoolOperator*>(op.get());
1567 const int64 cost_per_val = 2 * maxpool->kheight * maxpool->kwidth + 32;