Updated formatting
Signed-off-by: Alejandro Saucedo <axsauze@gmail.com>
This commit is contained in:
parent
5308141d0e
commit
797ba87c2a
12 changed files with 161 additions and 112 deletions
|
|
@ -33,7 +33,8 @@ TEST(TestTensor, DataTypes)
|
|||
{
|
||||
std::vector<uint32_t> vec{ 0, 1, 2 };
|
||||
std::shared_ptr<kp::TensorT<uint32_t>> tensor = mgr.tensorT(vec);
|
||||
EXPECT_EQ(tensor->dataType(), kp::Tensor::TensorDataTypes::eUnsignedInt);
|
||||
EXPECT_EQ(tensor->dataType(),
|
||||
kp::Tensor::TensorDataTypes::eUnsignedInt);
|
||||
}
|
||||
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue