HomeSort by relevance Sort by last modified time
    Searched defs:r0f32 (Results 1 - 5 of 5) sorted by null

  /external/tensorflow/tensorflow/compiler/xla/tests/
local_client_aot_test_helper.cc 36 auto r0f32 = xla::ShapeUtil::MakeShape(xla::F32, {}); local
37 auto x = builder.Parameter(0, r0f32, "x");
50 auto r0f32 = xla::ShapeUtil::MakeShape(xla::F32, {}); local
51 auto sum = builder.CustomCall("SumStructElements", {opaque_param}, r0f32);
76 &computation, /*argument_layouts=*/{&opaque_shape}, &r0f32};
  /external/tensorflow/tensorflow/compiler/xla/service/
inliner_test.cc 42 Shape r0f32 = ShapeUtil::MakeShape(F32, {}); local
46 HloInstruction::CreateParameter(0, r0f32, "x"));
48 HloInstruction::CreateParameter(1, r0f32, "y"));
79 Shape r0f32 = ShapeUtil::MakeShape(F32, {}); local
83 HloInstruction::CreateParameter(0, r0f32, "x"));
112 Shape r0f32 = ShapeUtil::MakeShape(F32, {}); local
118 HloInstruction::CreateParameter(1, r0f32, "x"));
120 HloInstruction::CreateParameter(0, r0f32, "y"));
call_inliner_test.cc 61 Shape r0f32 = ShapeUtil::MakeShape(F32, {}); local
63 HloInstruction::CreateCall(r0f32, {}, inner_computation));
hlo_instruction_test.cc 326 Shape r0f32 = ShapeUtil::MakeShape(F32, {}); local
333 HloInstruction::CreateParameter(0, r0f32, "x"));
337 HloInstruction::CreateBinary(r0f32, HloOpcode::kAdd, param, value));
364 Shape r0f32 = ShapeUtil::MakeShape(F32, {}); local
371 HloInstruction::CreateParameter(0, r0f32, "x"));
373 HloInstruction::CreateParameter(1, r0f32, "y"));
375 HloInstruction::CreateBinary(r0f32, HloOpcode::kAdd, paramx, paramy));
1044 const Shape r0f32 = ShapeUtil::MakeShape(F32, {}); local
    [all...]
algebraic_simplifier_test.cc 55 Shape r0f32 = ShapeUtil::MakeShape(F32, {}); local
58 HloInstruction::CreateParameter(0, r0f32, "param0"));
62 HloInstruction::CreateBinary(r0f32, HloOpcode::kAdd, param0, zero));
76 Shape r0f32 = ShapeUtil::MakeShape(F32, {}); local
79 HloInstruction::CreateParameter(0, r0f32, "param0"));
83 HloInstruction::CreateBinary(r0f32, HloOpcode::kAdd, constant, param0));
97 Shape r0f32 = ShapeUtil::MakeShape(F32, {}); local
100 HloInstruction::CreateParameter(0, r0f32, "param0"));
107 HloInstruction::CreateBinary(r0f32, HloOpcode::kAdd, param0, constant1));
109 HloInstruction::CreateBinary(r0f32, HloOpcode::kAdd, add1, constant2))
167 Shape r0f32 = ShapeUtil::MakeShape(F32, {}); local
188 Shape r0f32 = ShapeUtil::MakeShape(F32, {}); local
209 Shape r0f32 = ShapeUtil::MakeShape(F32, {}); local
237 Shape r0f32 = ShapeUtil::MakeShape(F32, {}); local
265 Shape r0f32 = ShapeUtil::MakeShape(F32, {}); local
302 Shape r0f32 = ShapeUtil::MakeShape(F32, {}); local
328 Shape r0f32 = ShapeUtil::MakeShape(F32, {}); local
357 Shape r0f32 = ShapeUtil::MakeShape(F32, {}); local
413 Shape r0f32 = ShapeUtil::MakeShape(F32, {}); local
460 Shape r0f32 = ShapeUtil::MakeShape(F32, {}); local
574 Shape r0f32 = ShapeUtil::MakeShape(F32, {}); local
601 Shape r0f32 = ShapeUtil::MakeShape(F32, {}); local
629 Shape r0f32 = ShapeUtil::MakeShape(F32, {}); local
657 Shape r0f32 = ShapeUtil::MakeShape(F32, {}); local
683 Shape r0f32 = ShapeUtil::MakeShape(F32, {}); local
709 Shape r0f32 = ShapeUtil::MakeShape(F32, {}); local
731 Shape r0f32 = ShapeUtil::MakeShape(F32, {}); local
761 Shape r0f32 = ShapeUtil::MakeShape(F32, {}); local
813 Shape r0f32 = ShapeUtil::MakeShape(F32, {}); local
835 Shape r0f32 = ShapeUtil::MakeShape(F32, {}); local
857 Shape r0f32 = ShapeUtil::MakeShape(F32, {}); local
993 Shape r0f32 = ShapeUtil::MakeShape(F32, {}); local
1039 Shape r0f32 = ShapeUtil::MakeShape(F32, {}); local
1140 Shape r0f32 = ShapeUtil::MakeShape(F32, {}); local
2001 Shape r0f32 = ShapeUtil::MakeShape(F32, {}); local
2031 Shape r0f32 = ShapeUtil::MakeShape(F32, {}); local
2061 Shape r0f32 = ShapeUtil::MakeShape(F32, {}); local
2092 Shape r0f32 = ShapeUtil::MakeShape(F32, {}); local
2122 Shape r0f32 = ShapeUtil::MakeShape(F32, {}); local
2156 Shape r0f32 = ShapeUtil::MakeShape(F32, {}); local
    [all...]

Completed in 262 milliseconds