HomeSort by relevance Sort by last modified time
    Searched full:noi0 (Results 1 - 1 of 1) sorted by null

  /external/tensorflow/tensorflow/core/kernels/hexagon/
hexagon_graph_execution_test.cc 359 const GraphTransferInfo::NodeOutputInfo& noi0 = gfi0.node_output_info(i); local
361 ASSERT_EQ(noi0.max_byte_size_size(), noi1.max_byte_size_size());
362 for (int j = 0; j < noi0.max_byte_size_size(); ++j) {
363 EXPECT_EQ(noi0.max_byte_size(j), noi1.max_byte_size(j));
365 EXPECT_EQ(noi0.ByteSizeLong(), noi1.ByteSizeLong());
366 EXPECT_EQ(noi0.DebugString(), noi1.DebugString());

Completed in 129 milliseconds