HomeSort by relevance Sort by last modified time
    Searched refs:shape_copy (Results 1 - 2 of 2) sorted by null

  /external/tensorflow/tensorflow/compiler/xla/
shape_test.cc 53 Shape shape_copy(shape.ToProto());
54 EXPECT_TRUE(ShapeUtil::Equal(shape, shape_copy))
55 << shape << " != " << shape_copy; local
  /external/tensorflow/tensorflow/compiler/xla/service/
layout_assignment_test.cc 948 Shape shape_copy = ShapeUtil::MakeShapeWithLayout(F32, {4, 5}, {1, 0}); local
980 Shape shape_copy = ShapeUtil::MakeShapeWithLayout(F32, {4, 5}, {1, 0}); local
1013 Shape shape_copy = ShapeUtil::MakeShapeWithLayout(F32, {3, 5}, {1, 0}); local
1070 Shape shape_copy = ShapeUtil::MakeShapeWithLayout(F32, {4, 5}, {0, 1}); local
    [all...]

Completed in 499 milliseconds