Home
last modified time | relevance | path

Searched refs:packed_size (Results 1 – 3 of 3) sorted by relevance

/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
DTensorContractionThreadPool.h1010 const int packed_size = std::min<int>(PacketType<LhsScalar, Device>::size,
1027 TensorOpCost cost = TensorOpCost(0, 0, kd * computeBandwidth, true, packed_size);
/external/tensorflow/tensorflow/core/kernels/
Deigen_spatial_convolutions_test.cc1562 Index packed_size = depth * cols; in PackRhsHelper() local
1564 internal::random<Index>(0, packed_total_size - packed_size - 1); in PackRhsHelper()
/external/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_unittest.inc744 int packed_size = packed_message1.ByteSizeLong();
745 packed_data.resize(packed_size);
748 EXPECT_EQ(packed_size, end - start);