Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dlayout_assignment_test.cc408 Shape input_shape_with_layout(ashape); in TEST_F() local
545 Shape input_shape_with_layout = in TEST_F() local
582 Shape input_shape_with_layout(input_shape); in TEST_F() local
599 Shape input_shape_with_layout(input_shape); in TEST_F() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/
H A Dxla.proto609 repeated ShapeProto input_shape_with_layout = 3; field