Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xrt/tests/
Draw_api_test.cc1042 auto handles_vec = outputs.front().vec<int64>(); in TEST() local
1043 EXPECT_EQ(handles_vec.size(), 2); in TEST()
1046 for (int64 i = 0; i < handles_vec.size(); ++i) { in TEST()
1047 auto read_back = ops::XRTReadLiteralAndRelease(root, Input(handles_vec(i))); in TEST()