Searched refs:ShapeDtypeV (Results 1 – 1 of 1) sorted by relevance
/external/tensorflow/tensorflow/core/ops/ |
D | math_ops_test.cc | 226 typedef std::vector<std::pair<PartialTensorShape, DataType>> ShapeDtypeV; in TEST() typedef 227 std::vector<std::unique_ptr<ShapeDtypeV>> handle_data; in TEST() 252 new ShapeDtypeV{{scalar, DT_FLOAT}, {unknown_shape, DT_INT32}}); in TEST() 253 handle_data.emplace_back(new ShapeDtypeV{{i0, DT_FLOAT}, {i1, DT_INT32}}); in TEST() 255 new ShapeDtypeV{{i1, DT_FLOAT}, {unknown_shape, DT_INT32}}); in TEST()
|