Home
last modified time | relevance | path

Searched defs:input_0_shape (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2tensorrt/segment/
H A Dsegment_test.cc437 auto input_0_shape = ops::Placeholder::Shape(TensorShape({3})); in TEST_F() local
466 auto input_0_shape = ops::Placeholder::Shape(TensorShape({2, 3})); in TEST_F() local
501 auto input_0_shape = ops::Placeholder::Shape(TensorShape({2, 3, 1})); in TEST_F() local
534 auto input_0_shape = ops::Placeholder::Shape(PartialTensorShape({-1, 2})); in TEST_F() local
563 auto input_0_shape = ops::Placeholder::Shape(PartialTensorShape({-1, 2})); in TEST_F() local