HomeSort by relevance Sort by last modified time
    Searched refs:ci_vec (Results 1 - 2 of 2) sorted by null

  /external/tensorflow/tensorflow/core/kernels/
remote_fused_graph_execute_utils_test.cc 209 static string DumpInOutNames(const std::vector<ClusterInfo>& ci_vec) {
210 for (int i = 0; i < ci_vec.size(); ++i) {
212 LOG(INFO) << "input: " << IterToString(std::get<1>(ci_vec.at(i)));
213 LOG(INFO) << "output: " << IterToString(std::get<2>(ci_vec.at(i)));
512 std::vector<ClusterInfo> ci_vec; local
514 RemoteFusedGraphExecuteUtils::ClusterizeNodes({"J"}, graph_def, &ci_vec));
515 ASSERT_EQ(1, ci_vec.size());
516 EXPECT_EQ(2, std::get<1>(ci_vec.at(0)).size()) << DumpInOutNames(ci_vec);
517 EXPECT_EQ(1, std::get<2>(ci_vec.at(0)).size()) << DumpInOutNames(ci_vec)
    [all...]
remote_fused_graph_execute_utils.cc 1041 std::vector<ClusterInfo> ci_vec; local
    [all...]

Completed in 7001 milliseconds