Searched refs:reshape_input (Results 1 – 2 of 2) sorted by relevance
/external/tensorflow/tensorflow/compiler/jit/ |
D | partially_decluster_pass_test.cc | 309 Output reshape_input = ops::Placeholder(s.WithOpName("reshape_input"), in TEST() local 311 Output reshape = ops::Reshape(s.WithOpName("reshape"), reshape_input, shape); in TEST() 336 Output reshape_input = ops::Placeholder(s.WithOpName("reshape_input"), in TEST() local 338 Output reshape = ops::Reshape(s.WithOpName("reshape"), reshape_input, shape); in TEST() 361 Output reshape_input = ops::Placeholder(s.WithOpName("reshape_input"), in TEST() local 363 Output reshape = ops::Reshape(s.WithOpName("reshape"), reshape_input, shape); in TEST() 386 Output reshape_input = ops::Placeholder(s.WithOpName("reshape_input"), in TEST() local 388 Output reshape = ops::Reshape(s.WithOpName("reshape"), reshape_input, shape); in TEST() 425 Output reshape_input = ops::Placeholder(s.WithOpName("reshape_input"), in TEST() local 428 ops::Reshape(s.WithOpName("reshape"), reshape_input, dynamic_slice); in TEST()
|
D | mark_for_compilation_pass_test.cc | 796 Output reshape_input = in TEST() local 800 ops::Reshape(root.WithOpName("reshape"), reshape_input, shape); in TEST() 840 Output reshape_input = in TEST() local 844 ops::Reshape(root.WithOpName("reshape"), reshape_input, shape); in TEST() 868 Output reshape_input = in TEST() local 872 ops::Reshape(root.WithOpName("test/reshape"), reshape_input, shape); in TEST()
|