Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dpattern_matcher_test.cc365 auto f16_scalar = ShapeUtil::MakeShape(F16, {}); in TEST_F() local
366 auto f16_pattern = Constant().WithShapeEqualTo(&f16_scalar); in TEST_F()
367 auto f16_compatible_pattern = Constant().WithShapeCompatibleTo(&f16_scalar); in TEST_F()