Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/hexagon/
Dhexagon_graph_execution_test.cc339 const GraphTransferConstNodeInfo& cni0 = gfi0.const_node_info(i); in CompareGraphTransferInfo() local
341 ASSERT_EQ(cni0.shape_size(), cni1.shape_size()); in CompareGraphTransferInfo()
342 for (int j = 0; j < cni0.shape_size(); ++j) { in CompareGraphTransferInfo()
343 EXPECT_EQ(cni0.shape(j), cni1.shape(j)); in CompareGraphTransferInfo()
345 EXPECT_EQ(cni0.ByteSizeLong(), cni1.ByteSizeLong()); in CompareGraphTransferInfo()
346 EXPECT_EQ(cni0.DebugString(), cni1.DebugString()); in CompareGraphTransferInfo()