Searched refs:postfixes (Results 1 – 11 of 11) sorted by relevance
/external/tensorflow/tensorflow/lite/delegates/gpu/common/tasks/ |
D | conv_constants.cc | 55 const std::string postfixes[] = {".x", ".y", ".z", ".w"}; in GenerateConv() local 60 result += " " + dst + postfixes[i] + " += dot(" + src + in GenerateConv() 74 src_name += postfixes[i]; in GenerateConv() 86 src_name += postfixes[i]; in GenerateConv() 119 const std::string postfixes[] = {".x", ".xy", ".xyz", ""}; in GenerateConvolutionConstantCode() local 169 const std::string s_postfix = postfixes[src_ch_count - 1]; in GenerateConvolutionConstantCode()
|
D | split.cc | 114 const std::string postfixes[] = {"x", "y", "z", "w"}; in GetSplitChannelsCode() local 127 c += " result." + postfixes[j] + " = t_ar[src_sub_ch];\n"; in GetSplitChannelsCode()
|
D | strided_slice.cc | 137 const std::string postfixes[] = {"x", "y", "z", "w"}; in GetStridedSliceCode() local 146 c += " result." + postfixes[i] + " = t_ar[s_z_rem];\n"; in GetStridedSliceCode()
|
/external/deqp-deps/glslang/glslang/MachineIndependent/ |
D | Initialize.h | 105 const char* postfixes[5]; variable
|
D | Initialize.cpp | 516 postfixes[2] = "2"; in TBuiltIns() 517 postfixes[3] = "3"; in TBuiltIns() 518 postfixes[4] = "4"; in TBuiltIns() 5977 commonBuiltins.append(postfixes[sizeDims]); 5993 commonBuiltins.append(postfixes[sizeDims]); 6042 stageBuiltins[EShLangFragment].append(postfixes[dimMap[sampler.dim]]); 6053 stageBuiltins[EShLangCompute].append(postfixes[dimMap[sampler.dim]]); 6088 imageParams.append(postfixes[dims]); 6229 imageLodParams.append(postfixes[dims]); 6461 s.append(postfixes[totalDims]); [all …]
|
/external/angle/third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/ |
D | Initialize.h | 105 const char* postfixes[5]; variable
|
D | Initialize.cpp | 517 postfixes[2] = "2"; in TBuiltIns() 518 postfixes[3] = "3"; in TBuiltIns() 519 postfixes[4] = "4"; in TBuiltIns() 6263 commonBuiltins.append(postfixes[sizeDims]); 6279 commonBuiltins.append(postfixes[sizeDims]); 6328 stageBuiltins[EShLangFragment].append(postfixes[dimMap[sampler.dim]]); 6339 stageBuiltins[EShLangCompute].append(postfixes[dimMap[sampler.dim]]); 6374 imageParams.append(postfixes[dims]); 6533 imageLodParams.append(postfixes[dims]); 6765 s.append(postfixes[totalDims]); [all …]
|
/external/tensorflow/tensorflow/lite/delegates/gpu/common/tasks/special/ |
D | depthwise_conv_plus_1x1_conv.cc | 178 const std::string postfixes[] = {".x", ".xy", ".xyz", ""}; in GenerateCode() local 195 const std::string s_postfix = postfixes[src_ch_count - 1]; in GenerateCode()
|
/external/tensorflow/tensorflow/lite/delegates/gpu/cl/ |
D | cl_arguments.cc | 454 const std::string postfixes[4] = {"x", "y", "z", "w"}; in RenameArgumentsInCode() local 459 "shared_float4_" + index + "." + postfixes[fvalue.second.offset % 4]; in RenameArgumentsInCode() 467 "shared_int4_" + index + "." + postfixes[ivalue.second.offset % 4]; in RenameArgumentsInCode() 477 postfixes[hfvalue.second.offset % 4] + ")"; in RenameArgumentsInCode() 480 postfixes[hfvalue.second.offset % 4]; in RenameArgumentsInCode()
|
/external/gflags/ |
D | CMakeLists.txt | 410 # Set postfixes for generated libraries based on buildtype.
|
/external/squashfs-tools/ |
D | RELEASE-README | 389 The -b option allows the block size to be selected, both "K" and "M" postfixes
|