Searched refs:z_s (Results 1 – 3 of 3) sorted by relevance
/external/tensorflow/tensorflow/lite/delegates/gpu/common/tasks/ |
D | conv_buffer_1x1.cc | 41 const std::string z_s = std::to_string(z); in GetComputationPart() local 42 c += " FLT16 W" + z_s + " = weights_cache[" + z_s + "];\n"; in GetComputationPart() 48 z_s + std::to_string(y) + std::to_string(x * element_size + e); in GetComputationPart() 49 const std::string f0 = "W" + z_s + ".s0123"; in GetComputationPart() 50 const std::string f1 = "W" + z_s + ".s4567"; in GetComputationPart() 51 const std::string f2 = "W" + z_s + ".s89ab"; in GetComputationPart() 52 const std::string f3 = "W" + z_s + ".scdef"; in GetComputationPart() 233 const std::string z_s = std::to_string(z); in GenerateConvBuffer1x1() local 234 c += " ACCUM_FLT4 bias_val_" + z_s + in GenerateConvBuffer1x1() 235 " = TO_ACCUM_TYPE(args.biases.Read(Z + " + z_s + "));\n"; in GenerateConvBuffer1x1() [all …]
|
/external/llvm/test/CodeGen/X86/ |
D | 2011-01-24-DbgValue-Before-Use.ll | 6 ; Check debug info for variable z_s 12 ; CHECK-NEXT: DW_AT_name {{.*}} "z_s" 20 @.str1 = private unnamed_addr constant [14 x i8] c"m=%u, z_s=%d\0A\00" 98 !17 = !DILocalVariable(name: "z_s", line: 27, scope: !15, file: !1, type: !9)
|
/external/llvm-project/llvm/test/CodeGen/X86/ |
D | 2011-01-24-DbgValue-Before-Use.ll | 6 ; Check debug info for variable z_s 13 ; CHECK: DW_AT_name {{.*}} "z_s" 21 @.str1 = private unnamed_addr constant [14 x i8] c"m=%u, z_s=%d\0A\00" 99 !17 = !DILocalVariable(name: "z_s", line: 27, scope: !15, file: !1, type: !9)
|