Searched defs:shape_copy (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/ |
H A D | layout_assignment_test.cc | 935 Shape shape_copy = ShapeUtil::MakeShapeWithLayout(F32, {4, 5}, {1, 0}); in TEST_F() local 967 Shape shape_copy = ShapeUtil::MakeShapeWithLayout(F32, {4, 5}, {1, 0}); in TEST_F() local 1000 Shape shape_copy = ShapeUtil::MakeShapeWithLayout(F32, {3, 5}, {1, 0}); in TEST_F() local 1057 Shape shape_copy = ShapeUtil::MakeShapeWithLayout(F32, {4, 5}, {0, 1}); in TEST_F() local
|
/aosp_15_r20/external/ComputeLibrary/arm_compute/core/ |
H A D | Helpers.h | 144 TensorShape shape_copy = shape; in permute() local
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/ |
H A D | shape_test.cc | 56 Shape shape_copy(shape.ToProto()); in TEST_F() local
|