Home
last modified time | relevance | path

Searched defs:ashape (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dlayout_assignment_test.cc96 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/
Dcall03.f90148 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/
Dgpu_layout_assignment_test.cc44 Shape ashape = ShapeUtil::MakeShape(F32, {42, 12}); in TEST_F() local
/external/llvm-project/flang/lib/Evaluate/
Dshape.cpp547 if (auto ashape{(*this)(call.arguments()[0])}) { in operator ()() local