Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/hexagon/
Dhexagon_graph_execution_test.cc361 const GraphTransferNodeOutputInfo& noi0 = gfi0.node_output_info(i); in CompareGraphTransferInfo() local
363 ASSERT_EQ(noi0.max_byte_size_size(), noi1.max_byte_size_size()); in CompareGraphTransferInfo()
364 for (int j = 0; j < noi0.max_byte_size_size(); ++j) { in CompareGraphTransferInfo()
365 EXPECT_EQ(noi0.max_byte_size(j), noi1.max_byte_size(j)); in CompareGraphTransferInfo()
367 EXPECT_EQ(noi0.ByteSizeLong(), noi1.ByteSizeLong()); in CompareGraphTransferInfo()
368 EXPECT_EQ(noi0.DebugString(), noi1.DebugString()); in CompareGraphTransferInfo()