Searched defs:common_input (Results 1 – 1 of 1) sorted by relevance
/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/ |
D | convert_nodes_test.cc | 3167 const std::vector<float> common_input = InitTestVector<float>(6); in TEST_P() local 5438 const std::vector<float> common_input = InitTestVector<float>(3 * 3 * 3); in TEST_P() local 5558 const std::vector<float> common_input{-4, 2, 15, 3, 6, -3, 22, 1, 88, in TEST_P() local 6205 const std::vector<std::vector<int>> common_input{InitTestVector<int>(6), in TEST_P() local 6324 const std::vector<CType> common_input = InitTestVector<CType>(6); in TestConvertSplit() local 6598 const std::vector<float> common_input = InitTestVector<float>(6); in TEST_P() local 6676 const std::vector<std::vector<float>> common_input{ in TEST_P() local 6897 const std::vector<float> common_input = InitTestVector<float>(6); in TEST_P() local 7101 const std::vector<int> common_input = InitTestVector<int>(16); in TEST_P() local 7144 const std::vector<int> common_input = InitTestVector<int>(16); in TEST_P() local [all …]
|