Searched defs:shaped (Results 1 – 2 of 2) sorted by relevance
812 typename TTypes<T, NDIMS>::Tensor Tensor::shaped( in shaped() function839 typename TTypes<T, NDIMS>::ConstTensor Tensor::shaped( in shaped() function
372 T shaped = (t.*Func)(sizes); in TestReshape() local378 T shaped = (static_cast<const Tensor&>(t).*Func)(sizes); in TestReshape() local383 void TestReshapeImpl(T shaped, std::initializer_list<int64> sizes) { in TestReshapeImpl()