Home
last modified time | relevance | path

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

/external/clang/test/CodeGen/
Dbuiltins-mips.c319 char array_a[100]; in foo() local
320 i32_r = __builtin_mips_lbux(array_a, 20); in foo()
/external/tensorflow/tensorflow/compiler/xla/service/
Dbfloat16_propagation_test.cc234 Array2D<float> array_a(4, 4); in TEST_F() local
235 array_a.FillUnique(1.0f); in TEST_F()
240 HloInstruction::CreateConstant(LiteralUtil::CreateFromArray(array_a))); in TEST_F()
256 LiteralUtil::ConvertF32ToBF16(LiteralUtil::CreateFromArray(array_a)), in TEST_F()