Searched refs:packed_size (Results 1 – 3 of 3) sorted by relevance
1010 const int packed_size = std::min<int>(PacketType<LhsScalar, Device>::size,1027 TensorOpCost cost = TensorOpCost(0, 0, kd * computeBandwidth, true, packed_size);
1562 Index packed_size = depth * cols; in PackRhsHelper() local1564 internal::random<Index>(0, packed_total_size - packed_size - 1); in PackRhsHelper()
744 int packed_size = packed_message1.ByteSizeLong();745 packed_data.resize(packed_size);748 EXPECT_EQ(packed_size, end - start);