Home
last modified time | relevance | path

Searched refs:WithSubshape (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dpattern_matcher_test.cc82 match::Shape().WithSubshape({0}, match::Shape()).WithElementType(F32))); in TEST_F()
96 Match(&array_shape, match::Shape().WithSubshape({0}, match::Shape()))); in TEST_F()
116 match::Shape().WithSubshape( in TEST_F()
122 match::Shape().WithSubshape( in TEST_F()
126 match::Shape().WithSubshape( in TEST_F()
132 match::Shape().WithSubshape( in TEST_F()
138 match::Shape().WithSubshape( in TEST_F()
142 match::Shape().WithSubshape( in TEST_F()
147 Match(&tuple_shape, match::Shape().WithSubshape({2}, match::Shape()))); in TEST_F()
149 Match(&tuple_shape, match::Shape().WithSubshape({0, 0}, match::Shape()))); in TEST_F()
[all …]
Dpattern_matcher.h1091 auto WithSubshape(
1105 return WithSubshape(index,
1119 return WithSubshape(index,
/external/tensorflow/tensorflow/compiler/xla/client/
Dvalue_inference.cc145 HloProtoEvaluator& WithSubshape(ShapeIndex shape_index) { in WithSubshape() function
615 .WithSubshape(context.shape_index) in AnalyzeConstantValueFallback()
990 .WithSubshape(context.shape_index) in AnalyzeConstant()
1348 .WithSubshape(context.shape_index) in AnalyzeIsDynamic()