Searched defs:ashape (Results 1 – 4 of 4) sorted by relevance
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | layout_assignment_test.cc | 96 Shape ashape = ShapeUtil::MakeShape(F32, {42, 12}); in TEST_F() local 126 Shape ashape = ShapeUtil::MakeShape(F32, {42, 12}); in TEST_F() local 169 Shape ashape = constant_literal1.shape(); in TEST_F() local 352 Shape ashape = ShapeUtil::MakeShape(F32, {1, 2, 3, 1}); in TEST_F() local 394 Shape ashape = ShapeUtil::MakeShape(F32, {42, 12}); in TEST_F() local 431 Shape ashape = ShapeUtil::MakeShape(F32, {3, 4}); in TEST_F() local 546 Shape ashape = ShapeUtil::MakeShape(F32, {50, 1}); in TEST_F() local 1319 Shape ashape = ShapeUtil::MakeShape(F32, {12, 8}); in TEST_F() local
|
/external/llvm-project/flang/test/Semantics/ |
D | call03.f90 | 148 subroutine test09(ashape, polyarray, c) ! 15.5.2.4(14), 15.5.2.11 argument 151 real :: ashape(:) local
|
/external/tensorflow/tensorflow/compiler/xla/service/gpu/ |
D | gpu_layout_assignment_test.cc | 44 Shape ashape = ShapeUtil::MakeShape(F32, {42, 12}); in TEST_F() local
|
/external/llvm-project/flang/lib/Evaluate/ |
D | shape.cpp | 547 if (auto ashape{(*this)(call.arguments()[0])}) { in operator ()() local
|